platypush/platypush/plugins/camera/pi/manifest.yaml

26 lines
411 B
YAML
Raw Normal View History

manifest:
events: {}
install:
apk:
- ffmpeg
- py3-numpy
- py3-pillow
apt:
- ffmpeg
- python3-numpy
- python3-pillow
2023-09-21 23:20:06 +02:00
dnf:
- ffmpeg
2023-09-21 23:20:06 +02:00
- python-numpy
- python-pillow
pacman:
- ffmpeg
2023-09-21 23:20:06 +02:00
- python-numpy
- python-pillow
pip:
- picamera2
- numpy
- Pillow
package: platypush.plugins.camera.pi
type: plugin