1 #ifndef SENS_WEBCAMERA_H
2 #define SENS_WEBCAMERA_H
8 #include <opencv2/opencv.hpp>
21 bool provideIntrinsics =
true)
override;
Implementation of common functionality and members.
std::atomic< bool > _permissionGranted
void stop() override
Stop a started camera device.
cv::VideoCapture _videoCapture
const SENSCameraConfig & start(std::string deviceId, const SENSCameraStreamConfig &streamConfig, bool provideIntrinsics=true) override
const SENSCaptureProps & captureProperties() override
Get SENSCaptureProps which contains necessary information about all available camera devices and thei...
std::thread _cameraThread