Added camera plugin over cv2

This commit is contained in:
Fabio Manganiello 2019-02-26 23:48:53 +01:00
parent 150d95d0dc
commit 17367f5b3e
3 changed files with 324 additions and 0 deletions
docs/source

View file

@ -206,6 +206,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'sounddevice',
'soundfile',
'numpy',
'cv2',
]
sys.path.insert(0, os.path.abspath('../..'))