Subversion Repositories seema-scanner

Rev

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

Rev 207 Rev 226
Line 48... Line 48...
48
        bool focusingPattern;
48
        bool focusingPattern;
49
        int delay;
49
        int delay;
50
        int stackingCalibration;
50
        int stackingCalibration;
51
        int stackingAcquisition;
51
        int stackingAcquisition;
52
        QString codec;
52
        QString codec;
53
        std::shared_ptr<Projector> projector;
53
        std::unique_ptr<Projector> projector;
54
        std::shared_ptr<Camera> camera0;
54
        std::unique_ptr<Camera> camera0;
55
        std::shared_ptr<Camera> camera1;
55
        std::unique_ptr<Camera> camera1;
56
        std::shared_ptr<RotationStage> rotationStage;
56
        std::unique_ptr<RotationStage> rotationStage;
57
        std::shared_ptr<Algorithm> algorithm;
57
        std::unique_ptr<Algorithm> algorithm;
58
};
58
};
59
 
59
 
60
#endif // SMCaptureWorker_H
60
#endif // SMCaptureWorker_H