https://github.com/qengineering/opencv-livecam-raspberry-pi
A live camera C++ example on a Raspberry Pi in OpenCV
https://github.com/qengineering/opencv-livecam-raspberry-pi
opencv raspberry-pi raspberry-pi-3 raspberry-pi-4 raspicam video webcam
Last synced: 10 months ago
JSON representation
A live camera C++ example on a Raspberry Pi in OpenCV
- Host: GitHub
- URL: https://github.com/qengineering/opencv-livecam-raspberry-pi
- Owner: Qengineering
- License: bsd-3-clause
- Created: 2019-09-09T13:09:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T11:45:28.000Z (about 4 years ago)
- Last Synced: 2025-03-27T09:23:21.985Z (10 months ago)
- Topics: opencv, raspberry-pi, raspberry-pi-3, raspberry-pi-4, raspicam, video, webcam
- Language: C++
- Homepage: https://qengineering.eu/opencv-c-examples-on-raspberry-pi.html
- Size: 18.2 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 Find this example on our [SD-image](https://github.com/Qengineering/RPi-image)
# OpenCV-Livecam-Raspberry-Pi

## A live camera - movie player C++ example on a Raspberry Pi 3 - 4 in OpenCV4.5
[](https://opensource.org/licenses/BSD-3-Clause)
see [OpenCV examples](https://qengineering.eu/opencv-c-examples-on-raspberry-pi.html) where this example is explored.
## Dependencies.
To run the application, you have to:
- OpenCV installed [Install OpenCV 4.5 - 32 bit OS](https://qengineering.eu/install-opencv-4.5-on-raspberry-pi-4.html) or [Install OpenCV 4.5 - 64 bit OS](https://qengineering.eu/install-opencv-4.5-on-raspberry-64-os.html)
- Code::Blocks installed. (```$ sudo apt-get install codeblocks```)
## 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
------------
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPZTM5BB3FCYL)