Skip to content

appzuka/rpi-mmal-opencv-modetect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Raspberry Pi MMAL project

Starting from a 2014-09-09-wheezy-raspbian.img this now compiles. A couple of lines have had to be commented out so the functionality is reduced.

Build

  1. Install pre-required packages

    $ sudo apt-get install cmake libopencv-dev

  2. Place Raspberry Pi userland project in /home/pi/src/raspberrypi/userland

    $ mkdir -p /home/pi/src/raspberrypi

    $ cd /home/pi/src/raspberrypi

    $ git clone --depth 1 https://github.com/raspberrypi/userland.git

  3. Build pre-required libraries

    $ make -C /opt/vc/src/hello_pi/libs/vgfont

  4. Build project

    $ mkdir build

    $ cd build

    $ cmake ../

    $ make

About

simple Raspberry Pi MMAL demo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.0%
  • Python 9.0%