-
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
uvc.OpenError #59
Comments
Please provide information about is different between the machines, OS, etc. |
During the installation of libuvc on the lab computer, I got this message in red: Linking C shared library libuvc.so Maybe it can help you |
This is an expected output. My guess is an issue with 14.04. Can you download the Pupil bundle and check if it is able to open the cameras? |
I have downloaded it. Pupil Capture is working on my Laptop with Ubuntu 16.04. Do you think I need to install Pupil Player and Pupil Service? |
Indeed. Maybe you can ask your lab supervisor to get you a computer with an up-to-date operating system. :-) Good luck with your further research. Please close the issue if you have the feeling that all your questions have been answered. |
Thank you for your fast answer! |
I have a computer up-to-date this time. Pupil Capture is running but can't open the cameras of the headset. The images are gray. I have installed uvc library regarding the ReadMe. I get this if I using it in a python script: Everything is working perfectly on my laptop. So I don't understand where is the error. Pupil Capture is also working. |
I have ckecked, I have 2 different kernel versions:
Could it be the reason of the problem? |
Your user on the first computer does not have enough permissions. You need to add him to the plugdev group and restart. |
Hi !
I have installed pyuvc after installing libuvc and libjpeg-turbo.
When I try to open the cameras I got this error:
It seems to detect the 3 cameras but it can't open it.
It is strange because it is working on an other computer. On this computer I can open the 3 cameras and it recognizes them with their name.
Do you know how I can fix it?
Thank you
The text was updated successfully, but these errors were encountered: