experimental: running ffmpeg directly and capturing raw frames

This commit is contained in:
blakeblackshear
2019-07-13 07:41:34 -05:00
parent 7132994cda
commit ed13f42e47
3 changed files with 41 additions and 46 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ RUN pip install -U pip \
numpy \
Flask \
paho-mqtt \
PyYAML
PyYAML \
ffmpeg-python
# Download & build OpenCV
RUN wget -q -P /usr/local/src/ --no-check-certificate https://github.com/opencv/opencv/archive/4.0.1.zip