Sign inSign up

monkeycodes/rpi-python-opencv-ffmpeg

By monkeycodes

Updated almost 9 years ago

Image based on raspbian:stretch with openCV python and ffmpeg for video processing.

Image
0

260

monkeycodes/rpi-python-opencv-ffmpeg repository overview

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.

Usage

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))

Tag summary

Content type

Image

Digest

Size

271.6 MB

Last updated

almost 9 years ago

docker pull monkeycodes/rpi-python-opencv-ffmpeg