A modern camera application built with C++, Qt 6, and OpenCV.
- Fast & Lightweight: Written in C++17.
- Modern UI: Polished Dark Theme using Qt Style Sheets and Resource System.
- Dynamic Camera Discovery: Automatically detects available video inputs on startup.
- Photo Capture: High-quality snapshots saved to your Pictures folder.
- Video Recording: Record .avi videos with CFR (Constant Frame Rate) enforcement.
- High Resolution Support: Defaulting to 720p where available.
- Qt 6 (Core, Gui, Widgets)
- OpenCV 4 (videoio, core, imgproc, imgcodecs)
- CMake (3.16+)
- C++ Compiler (GCC/Clang/MSVC supporting C++17)
mkdir build
cd build
cmake ..
make
./cameo