experimental: running ffmpeg directly and capturing raw frames

This commit is contained in:
blakeblackshear
2019-05-27 12:41:52 -05:00
committed by Blake Blackshear
parent 9f8278ea8f
commit 2b51dc3e5b
3 changed files with 41 additions and 46 deletions

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