You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running 4 kinects on a single machine.
I would need to start/access them in a specific order.
I tried:
mKinect0.getNuiSensor ().NuiUniqueId()
and
mKinect0.getNuiSensor().NuiDeviceConnectionId()
but I have noticed that the returned Id are changing everytime I compile the application.
I did something similar in Cinder (and KCB) by accessing the MsKinect Frame and using the getDeviceId() method.
Just wondering how to do something similar in oF version of it
The text was updated successfully, but these errors were encountered:
Running 4 kinects on a single machine.
I would need to start/access them in a specific order.
I tried:
mKinect0.getNuiSensor ().NuiUniqueId()
and
mKinect0.getNuiSensor().NuiDeviceConnectionId()
but I have noticed that the returned Id are changing everytime I compile the application.
I did something similar in Cinder (and KCB) by accessing the MsKinect Frame and using the getDeviceId() method.
Just wondering how to do something similar in oF version of it
The text was updated successfully, but these errors were encountered: