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
I read the Leapuvc mannual and find the encoding of leapmotion‘s raw image is 'YUY2'. but in the python leapuvc sdk , the shape of the frame i get is (480,640,3) and the three-dimensional image can't reshape into a proper side-by-side image which has a shape of (480,640*2)。
The text was updated successfully, but these errors were encountered:
Alternatively, it could be trying to access a different web cam hooked into your machine; if that's the case you can either unplug/disable your current webcam in the DeviceManager (on Windows). Or you can feed an incremented "Source" argument in through the constructor of the leapImageThread.
I read the Leapuvc mannual and find the encoding of leapmotion‘s raw image is 'YUY2'. but in the python leapuvc sdk , the shape of the frame i get is (480,640,3) and the three-dimensional image can't reshape into a proper side-by-side image which has a shape of (480,640*2)。
The text was updated successfully, but these errors were encountered: