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: {}
|
||||
install:
|
||||
pip:
|
||||
- numpy
|
||||
- opencv-python
|
||||
- Pillow
|
||||
package: platypush.plugins.camera.cv
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
manifest:
|
||||
events: {}
|
||||
install:
|
||||
pip:
|
||||
- numpy
|
||||
- Pillow
|
||||
apt:
|
||||
- ffmpeg
|
||||
pacman:
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
manifest:
|
||||
events: {}
|
||||
install:
|
||||
pip:
|
||||
- numpy
|
||||
- Pillow
|
||||
apt:
|
||||
- python3-gi
|
||||
- python3-gst-1.0
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
manifest:
|
||||
events: {}
|
||||
install:
|
||||
pip:
|
||||
- numpy
|
||||
- Pillow
|
||||
apt:
|
||||
- libi2c-dev
|
||||
pacman:
|
||||
|
|
Loading…
Reference in a new issue