1 #ifndef OPENPOSE_PRODUCER_WEBCAM_READER_HPP
2 #define OPENPOSE_PRODUCER_WEBCAM_READER_HPP
28 const double fps = 30.,
const bool throwExceptionIfNoOpened =
true);
32 std::vector<cv::Mat> getCameraMatrices();
34 std::vector<cv::Mat> getCameraExtrinsics();
36 std::vector<cv::Mat> getCameraIntrinsics();
40 double get(
const int capProperty);
42 void set(
const int capProperty,
const double value);
46 long long mFrameNameCounter;
49 std::mutex mBufferMutex;
50 std::atomic<bool> mCloseThread;
53 cv::Mat getRawFrame();
55 std::vector<cv::Mat> getRawFrames();
57 void bufferingThread();
63 #endif // OPENPOSE_PRODUCER_WEBCAM_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:31
Definition: videoCaptureReader.hpp:15
Definition: webcamReader.hpp:16
#define OP_API
Definition: macros.hpp:16
std::string string
Definition: cl2.hpp:574