-
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
Can I build pyuvc on Raspberry PI 3? #62
Comments
What errors do you have? |
Hey, However you will need to install libusb beforehand: But when trying to run the **Update: |
Update! Using the following commands: Update Upgrade Debian OS and apt-get package manager:
Install CMake: Install libusb 1.0-0-dev: Change to your Downloads directory: Install Pupil-Labs version of libuvc:
Go back to your Downloads Folder: Install libjpeg-turbo:
Install cython and numpy:
Set UDEV rules:
Go back to your Downloads Folder: Install pyucv:
Connect a USB camera to the Pi Run the example file to confirm pyuvc was installed and works |
Another Update! |
I tried this today, and I wanted to report the latest build process on the RPi now that a number of years has gone by. Im happy to report that I was able to get it installed using only
As you can see I added some timeout extensions and retries. Pip really wanted to fail, but adding the verbosity helped me get through the problems. I probably ran the pip command about 3 times before I finally got it. My hardware: Pi Zero 2W (Same CPU as Pi 3)
|
This thread is gold |
Hopefully gold in a good way |
Hi:
I tried the library quickly on a Raspberry PI, and I got the compilation failed. My initial impression is that the C compiler/libraries on Pi is not the same as the C compiler/library on Ubuntu, and it is much older.
Any idea of changes I can make to build the library on PI and that I can run 16-bit inputs from a camera?
Thanks,
David
The text was updated successfully, but these errors were encountered: