forked from platypush/platypush
numpy and PIL should be required dependencies for all camera plugins.
This commit is contained in:
parent
99311a6e71
commit
2c254e8eb9
4 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,7 @@ manifest:
|
||||||
events: {}
|
events: {}
|
||||||
install:
|
install:
|
||||||
pip:
|
pip:
|
||||||
|
- numpy
|
||||||
- opencv-python
|
- opencv-python
|
||||||
- Pillow
|
- Pillow
|
||||||
package: platypush.plugins.camera.cv
|
package: platypush.plugins.camera.cv
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
manifest:
|
manifest:
|
||||||
events: {}
|
events: {}
|
||||||
install:
|
install:
|
||||||
|
pip:
|
||||||
|
- numpy
|
||||||
|
- Pillow
|
||||||
apt:
|
apt:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
pacman:
|
pacman:
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
manifest:
|
manifest:
|
||||||
events: {}
|
events: {}
|
||||||
install:
|
install:
|
||||||
|
pip:
|
||||||
|
- numpy
|
||||||
|
- Pillow
|
||||||
apt:
|
apt:
|
||||||
- python3-gi
|
- python3-gi
|
||||||
- python3-gst-1.0
|
- python3-gst-1.0
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
manifest:
|
manifest:
|
||||||
events: {}
|
events: {}
|
||||||
install:
|
install:
|
||||||
|
pip:
|
||||||
|
- numpy
|
||||||
|
- Pillow
|
||||||
apt:
|
apt:
|
||||||
- libi2c-dev
|
- libi2c-dev
|
||||||
pacman:
|
pacman:
|
||||||
|
|
Loading…
Reference in a new issue