Qengineering / OpenCV-Livecam-Raspberry-Pi

A live camera C++ example on a Raspberry Pi in OpenCV

Home Page:https://qengineering.eu/opencv-c-examples-on-raspberry-pi.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

output image Find this example on our SD-image

OpenCV-Livecam-Raspberry-Pi

output image

A live camera - movie player C++ example on a Raspberry Pi 3 - 4 in OpenCV4.5

License

see OpenCV examples where this example is explored.

Dependencies.

To run the application, you have to:

Running the app.

To extract and run the network in Code::Blocks
$ mkdir MyDir
$ cd MyDir
$ wget https://github.com/Qengineering/OpenCV-Livecam-Raspberry-Pi/archive/master.zip
$ unzip -j master.zip
Remove master.zip, license and README.md as they are no longer needed.
$ rm master.zip
$ rm LICENSE
$ rm README.md

Your MyDir folder must now look like this:
James.mp4
TestCamera.cpb
SimpleGrab.cpp


paypal

About

A live camera C++ example on a Raspberry Pi in OpenCV

https://qengineering.eu/opencv-c-examples-on-raspberry-pi.html

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 100.0%