https://github.com/channingko-madden/rpi-camera-apps
Raspberry Pi apps that use the camera module
https://github.com/channingko-madden/rpi-camera-apps
python raspberry-pi raspberry-pi-camera
Last synced: 5 months ago
JSON representation
Raspberry Pi apps that use the camera module
- Host: GitHub
- URL: https://github.com/channingko-madden/rpi-camera-apps
- Owner: channingko-madden
- License: mit
- Created: 2021-11-23T21:12:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T18:56:11.000Z (over 1 year ago)
- Last Synced: 2025-06-24T08:45:46.184Z (about 1 year ago)
- Topics: python, raspberry-pi, raspberry-pi-camera
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rpi-camera-apps
Raspberry Pi apps that use the camera module.
## Dependencies
This project uses Picamera2, and therefore only supports Raspberry PI OS Bullseye or later.
See [here](https://github.com/raspberrypi/picamera2) for instructions for installing Picamera2.
I am using Poetry for dev dependencies only right now. I have not gotten
Poetry to work nicely and use the system installed Picamera2 package and
its dependencies. Trying to install Picamera2 and dependencies purely
through Poetry ends up freezing the Pi.