pupil-labs / pyuvc

python binding to libuvc
Other
117 stars 51 forks source link

raise InitError("Can't open stream control: Error:'%s'."%uvc_error_codes[status]) #51

Closed ShuangjunLiu closed 5 years ago

ShuangjunLiu commented 5 years ago

I followed exact step given for WINDOWS_USER. After ran the example, I got the error

raise InitError("Can't open stream control: Error:'%s'."%uvc_error_codes[status])

uvc.InitError

It showed correctly the dev_list and supported format. However, it won't open the stream.

env: windows 10 python 3.6.3 webcam: logitech c525

willpatera commented 5 years ago

@ShuangjunLiu please see #57 - I will close this issue. Please re-open or comment if you still can not resolve this.