experimental: running ffmpeg directly and capturing raw frames

This commit is contained in:
blakeblackshear
2019-05-27 12:41:52 -05:00
parent 228d5ed9c1
commit a7b475bf12
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