-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError @uvc_bindings.pyx #95
Comments
I am having this problem too on my raspberry pi. my code is just:
and my error message is:
when I go through the modes in a loop as in the example in
so I am pretty sure this function should work. please help if possible! thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi All.
I meet a problem when I run at python3.
Here is my erre message.
it said uvc_bindings.pyx having AttributeError.
But I saw it , it seems correctly as normal.
Traceback (most recent call last):
File "cc.py", line 12, in
cap.frame_mode = (1280, 960, 30)
File "uvc_bindings.pyx", line 941, in uvc_bindings.Capture.frame_mode.set
File "uvc_bindings.pyx", line 629, in uvc_bindings.Capture._configure_stream
AttributeError: 'tuple' object has no attribute 'format_native'
uvc_bindings.pyx.txt
Many thank. All
Rick
The text was updated successfully, but these errors were encountered: