Hi,
it's a great think to be able to set the LED parameters, how is it possible to red the LED parameters? There is no function out INPCamera::getLED or so. The INPCamera::getOption has no option for the LED's ... Could you please tell me how to trigger the state of the leds of the device? Or perhabs add this function to the next release
THX!
Torsten
Missing function
Re: Missing function
The LEDs in the cameras are write-only, and assumptions should not be made about the state of the LEDs. If you wish, you can keep track of the intended LED state internally and syncronize it on state changes and camera connects and disconnects.
Could you please clarify your request regarding "how to trigger the state of the leds of the device"?
Could you please clarify your request regarding "how to trigger the state of the leds of the device"?
Re: Missing function
I was looking for a function where I can read or poll the current state of the LEDs. I think the usage of "triggering" was the wrong term. Sorry for that ...
Re: Missing function
I hope it isn't too inconvenient that you cannot poll the values.
By the way, the method mentioned above is how we implemented LED control for status and illumination in the TrackIR software - it has proven to be reliable and straightforward.
[ November 28, 2005, 04:13 PM: Message edited by: NaturalPoint - Birch Zimmer ]
By the way, the method mentioned above is how we implemented LED control for status and illumination in the TrackIR software - it has proven to be reliable and straightforward.
[ November 28, 2005, 04:13 PM: Message edited by: NaturalPoint - Birch Zimmer ]
Re: Missing function
Ok, I think I'll build a workaround for this for my application.
Nevertheless, thanks for your help and advice
Nevertheless, thanks for your help and advice