mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 05:39:59 +01:00
changed a few int to long
This commit is contained in:
@@ -21,7 +21,7 @@ private:
|
||||
QMutex mutex, mutex_shown, mutex_add;
|
||||
QWaitCondition condition;
|
||||
cv::Mat frame;
|
||||
int frame_rate;
|
||||
double frame_rate;
|
||||
bool recording;
|
||||
cv::VideoCapture capture;
|
||||
cv::VideoWriter writer;
|
||||
|
||||
Reference in New Issue
Block a user