-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Description
Please only ask one question per issue!
Describe what it is that you want to accomplish
I'd like to be able to use the picamera2 library for image capture on a Raspberry Pi 5 running Ubuntu Server 24.04.3.
Describe alternatives you've considered
N/A
Additional context
I've done the following:
sudo apt update && sudo apt upgrade- Successfully followed instructions to build libcamera from source here
- Successfully followed instructions to build rpicam-apps from source here
- Can successfully detect the connected camera via
rpicam-hello --list-cameras - Can successfully store a frame from the camera using a command like
rpicam-jpeg --output test.jpg --timeout 1000
I'm using uv with a venv. It seems the suggested approach for installing picamera2 is via apt outside of any virtualenv: sudo apt install -y python3-picamera2 --no-install-recommends, but that results in E: Unable to locate package python3-picamera2.
Any help here?
Metadata
Metadata
Assignees
Labels
No labels