https://github.com/maskedsyntax/pypixl
A python based desktop app to capture photos and record videos
https://github.com/maskedsyntax/pypixl
Last synced: about 2 months ago
JSON representation
A python based desktop app to capture photos and record videos
- Host: GitHub
- URL: https://github.com/maskedsyntax/pypixl
- Owner: MaskedSyntax
- Created: 2021-04-02T18:40:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T18:30:01.000Z (over 1 year ago)
- Last Synced: 2024-11-19T22:36:35.347Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyPixl
A complete rewrite of the PyPixl camera application using C++, Qt 6, and OpenCV.
## Features
- 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).
## 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
```bash
mkdir build
cd build
cmake ..
make
./PyPixlCpp
```