Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cameo

A modern camera application built with C++, Qt 6, and OpenCV.

Features

  • 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.

Dependencies

  • Qt 6 (Core, Gui, Widgets)
  • OpenCV 4 (videoio, core, imgproc, imgcodecs)
  • CMake (3.16+)
  • C++ Compiler (GCC/Clang/MSVC supporting C++17)

Build Instructions

mkdir build
cd build
cmake ..
make
./cameo

About

A modern camera application built with C++, Qt 6, and OpenCV

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages