Skip to content

An OpenCV (python interface) Docker image repo, for Raspberry Pi 3 with Raspbian OS (Debian).

Notifications You must be signed in to change notification settings

m-chau/raspberrypi3-opencv-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

The Git repo of an OpenCV Docker image , for Raspberry Pi 3 with Raspbian OS (Debian). The modules from OpenCV contrib are included as well. It is based on the resin.io python image.

Usage

See the image Docker Hub page for information on how to use the image.

Build

If you prefer to build the image yourself (takes around 2 hours), you can do it as follows:

  • Clone this repository into a Raspberry Pi 3 running Raspbian OS.
git clone git@github.com:mohaseeb/raspberrypi3-opencv-docker.git
cd raspberrypi3-opencv-docker/opencv-<version>
  • Build the image by running:
docker build -t my_pi_opencv_img .
  • And run it
docker run -it --rm \
       --name my_opencv_app_run \
       my_pi_opencv_img \
       python -c "import cv2; print(cv2.__version__)"

Credits

Some of the steps in this blog post is what I used to understand how to build and install OpenCV in Raspberry Pi.

About

An OpenCV (python interface) Docker image repo, for Raspberry Pi 3 with Raspbian OS (Debian).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.6%
  • Dockerfile 46.4%