Removed rate limiting from code. Setting framegrabbing frequency of 10 Hz / number of lights is sufficient.

Former-commit-id: 0686a8d18c780038eb017fdf26b5faf4b8053f3a
This commit is contained in:
ntim
2014-04-27 18:42:26 +02:00
parent 88c523518a
commit ebb22cdc87
2 changed files with 7 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
*
* To use set the device to "philipshue".
* Uses the official Philips Hue API (http://developers.meethue.com).
* Framegrabber should be limited to 30 Hz / numer of lights to avoid rate limitation by the hue bridge.
* Framegrabber must be limited to 10 Hz / numer of lights to avoid rate limitation by the hue bridge.
* Create a new API user name "newdeveloper" on the bridge (http://developers.meethue.com/gettingstarted.html)
*/
class LedDevicePhilipsHue : public LedDevice