A modern camera application built with C++, Qt 6, and OpenCV.
- Fast & Lightweight: Written in C++17.
- Modern UI: Custom Dark Theme using Qt Style Sheets.
- Photo Capture: High-quality snapshots.
- Video Recording: Record .avi videos (MJPG codec).
- Camera Switching: Support for multiple video inputs (Camera 0-4).
- 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