forked from platypush/platypush
Added camera plugin over cv2
This commit is contained in:
parent
150d95d0dc
commit
17367f5b3e
3 changed files with 324 additions and 0 deletions
docs/source
|
@ -206,6 +206,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
|||
'sounddevice',
|
||||
'soundfile',
|
||||
'numpy',
|
||||
'cv2',
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue