mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 05:39:59 +01:00
added test to for when initialization fails
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
void Stop();
|
||||
void Release();
|
||||
void setVideo(cv::VideoCapture cap, cv::VideoWriter writer, bool record);
|
||||
void setVideoCamera(int device, int res, cv::VideoWriter writer, bool record);
|
||||
bool setVideoCamera(int device, int res, cv::VideoWriter writer, bool record);
|
||||
bool isStopped() const;
|
||||
void run();
|
||||
void msleep(int ms);
|
||||
|
||||
Reference in New Issue
Block a user