make the camera settings dialog not suck balls

This commit is contained in:
Arisotura
2022-09-26 19:20:30 +02:00
parent d102f63686
commit 5f365afb9c
6 changed files with 38 additions and 11 deletions

View File

@ -56,6 +56,7 @@ public:
void start();
void stop();
bool isStarted();
void captureFrame(u32* frame, int width, int height, bool yuv);