Skip to content

Instantly share code, notes, and snippets.

@kirinsannnnnnnnnn
Last active September 26, 2018 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirinsannnnnnnnnn/756ea7b8e493b96b2c134dc369ac76e0 to your computer and use it in GitHub Desktop.
Save kirinsannnnnnnnnn/756ea7b8e493b96b2c134dc369ac76e0 to your computer and use it in GitHub Desktop.
sudo apt-get update ;sudo apt-get -y install motion ;sudo modprobe bcm2835-v4l2 ;sudo apt-get -y install libopencv-dev ;git clone https://gist.github.com/b9939e7b8494d500642b45195b9a96e1.git ;cd ./b9939e7b8494d500642b45195b9a96e1 ;g++ rasbpi_opencv.cpp -o ~/ras_camera -lopencv_core -lopencv_highgui `pkg-config --libs opencv`; reboot;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment