https://github.com/happyhackingspace/videorecorder
Open Source Video Recorder written in C++ with QT and OpenCV libraries
https://github.com/happyhackingspace/videorecorder
Last synced: 4 months ago
JSON representation
Open Source Video Recorder written in C++ with QT and OpenCV libraries
- Host: GitHub
- URL: https://github.com/happyhackingspace/videorecorder
- Owner: HappyHackingSpace
- License: mit
- Created: 2025-05-06T20:40:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T20:43:51.000Z (about 1 year ago)
- Last Synced: 2025-10-03T20:38:58.032Z (8 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Source Video Recorder
Video Recorder application that written in C++ with QT and OpenCV libraries
## Development & build:
* Install QT and OpenCV libraries
* Run "cmake" command in build folder: `cmake ..`
* Run "make" command in build folder: `make`
Then Run "VideoRecorder" applciation: `./VideoRecorder`
### Troubleshooting:
* In some cases(specially in Mac OS), you need to point out C++ compiler. It should be passing as parameter into "make" command:
`make CXX=/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc`
### To-Do
* Sound Recording will be implemented
* Selecting resolutions will be implemented
* Multiple camera support will be implemented