changed a few int to long

This commit is contained in:
lostjared
2018-03-20 20:02:30 -07:00
parent 80bc97a814
commit cbea75a9c7
3 changed files with 3 additions and 3 deletions

View File

@@ -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;