Subversion Repositories seema-scanner

Rev

Rev 9 | Rev 23 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 20
Line 12... Line 12...
12
 
12
 
13
#include <opencv2/opencv.hpp>
13
#include <opencv2/opencv.hpp>
14
#include "Camera.h"
14
#include "Camera.h"
15
 
15
 
16
enum tAquisition{ aquisitionContinuous, aquisitionSingle };
16
enum tAquisition{ aquisitionContinuous, aquisitionSingle };
17
enum tTriggerMode{ triggerModeHardware, triggerModeSoftware };
-
 
18
 
17
 
19
class SMCaptureWorker : public QObject{
18
class SMCaptureWorker : public QObject{
20
    Q_OBJECT
19
    Q_OBJECT
21
 
20
 
22
    public:
21
    public:
Line 33... Line 32...
33
    private:
32
    private:
34
        bool isWorking;
33
        bool isWorking;
35
 
34
 
36
        Camera* camera0;
35
        Camera* camera0;
37
        Camera* camera1;
36
        Camera* camera1;
38
        tTriggerMode triggerMode;
-
 
39
 
37
 
40
};
38
};
41
 
39
 
42
#endif // SMCaptureWorker_H
40
#endif // SMCaptureWorker_H