Leap Motion 2 support for multiple devices

Hello,
I tried to use the VL.Devices.Ultraleap nuget with multiple devices but it doesn’t seem to work.
I noticed some comments inside the patch hinting at a lack of testing:


Is there someone else who managed to get multiple devices working?
I’m currently using the Ultraleap Hyperion driver v6.1.0.1
thanks

Yeah, unfortunately only had one device at hand. Have you tried making the nuget editable and adding SubscribeToAllDevices between Create and SetEventContext?

Hey, yes I tried to use SubscribeToAllDevices but it doesn’t do much. There’s only one device in the device list.
The Ultraleap Control Panel I can use both devices.

ChatGPT provided some info on how to handle multiple devices via the c# SDK but I cannot dig into it atm…