pupil-labs / pyuvc

python binding to libuvc
Other
119 stars 51 forks source link

Fixing crash due to implicit primitive type casting from int to float #74

Closed bjornborg closed 3 years ago

bjornborg commented 4 years ago

This will remove the implicit casting to float which causes the crash when requesting yuv420 or yuv422.

papr commented 3 years ago

@bjornborg Apologies for the long delay. Thank you very much for your contribution!