1 #ifndef OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
2 #define OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
21 std::vector<cv::Mat> getCameraMatrices();
23 std::vector<cv::Mat> getCameraExtrinsics();
25 std::vector<cv::Mat> getCameraIntrinsics();
29 inline double get(
const int capProperty)
34 inline void set(
const int capProperty,
const double value)
42 cv::Mat getRawFrame();
44 std::vector<cv::Mat> getRawFrames();
50 #endif // OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:31
virtual double get(const int capProperty)=0
void set(const int capProperty, const double value)
Definition: ipCameraReader.hpp:34
Definition: videoCaptureReader.hpp:15
virtual void set(const int capProperty, const double value)=0
Definition: ipCameraReader.hpp:12
#define OP_API
Definition: macros.hpp:16
std::string string
Definition: cl2.hpp:574