summaryrefslogtreecommitdiffstats
path: root/app/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/camera.h')
-rw-r--r--app/camera.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/camera.h b/app/camera.h
index 1b85d27..e698f81 100644
--- a/app/camera.h
+++ b/app/camera.h
@@ -50,7 +50,6 @@ public:
signals:
void isrunningChanged(const bool& isrunning);
- void camraCntChanged(const QVariantList& camcnt);
public slots:
void grab();
@@ -62,9 +61,9 @@ private:
cv::VideoCapture* capture;
QVariantList cam_arr;
-
- int camnumbackup;
int camcnt;
+ int frameCnt;
+ int framePsd;
};
#endif // CAMERA_H