Image based on raspbian:stretch with openCV python and ffmpeg for video processing.
260
This is a copy of docker-python-opencv-ffmpeg but with the base image changed to be compatible with Raspberry Pi 3
The Dockerfile is available on github.
Image has OpenCV3, python2.7/3.5 and ffmpeg ready to use. Example:
docker run --rm -it -v $PWD:/srv monkeycodes/rpi-python-opencv-ffmpeg python
>>> import cv2; cv2.VideoCapture('/srv/example.mp4').read()
# truncated for transparency
(True, array([[[ 46, 112, 104], ...]], dtype=uint8))
Content type
Image
Digest
Size
271.6 MB
Last updated
almost 9 years ago
docker pull monkeycodes/rpi-python-opencv-ffmpeg