Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

ResinOS image with stuff necessary for compiling OpenCV

License

Notifications You must be signed in to change notification settings

biobright/resin-raspberrypi3-opencv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

resin-raspberrypi3-opencv3

Base image for ResinOS in which OpenCV3 is installed


This contains OpenCV3, gstreamer, and a bunch of dependencies thereof. To build a derived Resin app, use FROM biobright/resin-raspberrypi3-opencv3 in its Dockerfile.

Requires Ubuntu packages qemu, qemu-system-arm, qemu-user-binfmt

Running build.sh will build the image and push it to its BioBright Dockerhub repo

To build, you'll need to install Docker and configure permissions to allow userspace docker operation (potentially insecure; can replace with sudo docker ...):

sudo groupadd docker
sudo gpasswd -a ${USER} docker
sudo service docker restart
newgrp docker

Then run ./build.sh to build and push the docker image.

build.sh stuff enabled with environmental variable FIX_BINFMT tells your machine to use QEMU to interpret ARMv7l binaries. This can also be accomplished with resin.io's patched QEMU.

About

ResinOS image with stuff necessary for compiling OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages