Hi,
I have to make an application that require a large field of tracking. I've read many things about support of multiple leap motion on one PC and I know there is no support to use multiple leap motion at the same time. But my project don't need a high FPS and I think about a solution : switch leap motion device at runtime.
Maybe something like this could work :
If nothing is detected, switch device every second or half-second to scan all the field of tracking
If a hand is detected then follow it!!! If the two devices (or more) are align, then if my hand go out of field by the left active the left device etc etc
In the new API we can get the device ID, but we can't do anything with it... The SDK select the first device connected.
Tell me if there is a solution to switch device at runtime to do something like the description
Thanks.
Regards.