forked from platypush/platypush
Added GStreamer camera plugin [relates to #151]
This commit is contained in:
parent
b30145dfc9
commit
0a9c4fc3a7
10 changed files with 216 additions and 4 deletions
4
setup.py
4
setup.py
|
@ -336,7 +336,7 @@ setup(
|
|||
'imap': ['imapclient'],
|
||||
# Support for NextCloud integration
|
||||
'nextcloud': ['nextcloud-API @ git+https://github.com/EnterpriseyIntranet/nextcloud-API.git'],
|
||||
# Support for FFmpeg integration
|
||||
'ffmpeg': ['ffmpeg-python'],
|
||||
# Support for GStreamer integration
|
||||
'gstreamer': ['gst-python'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue