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:
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?
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
picamera2library 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 upgraderpicam-hello --list-camerasrpicam-jpeg --output test.jpg --timeout 1000I'm using
uvwith a venv. It seems the suggested approach for installingpicamera2is viaaptoutside of any virtualenv:sudo apt install -y python3-picamera2 --no-install-recommends, but that results inE: Unable to locate package python3-picamera2.Any help here?