1 #ifndef OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
2 #define OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
23 std::vector<cv::Mat> getCameraMatrices();
25 std::vector<cv::Mat> getCameraExtrinsics();
27 std::vector<cv::Mat> getCameraIntrinsics();
36 inline double get(
const int capProperty)
41 inline void set(
const int capProperty,
const double value)
49 cv::Mat getRawFrame();
51 std::vector<cv::Mat> getRawFrames();
57 #endif // OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:34
virtual double get(const int capProperty)=0
void set(const int capProperty, const double value)
Definition: ipCameraReader.hpp:41
Definition: videoCaptureReader.hpp:15
virtual bool isOpened() const
virtual void set(const int capProperty, const double value)=0
Definition: ipCameraReader.hpp:12
#define OP_API
Definition: macros.hpp:19
bool isOpened() const
Definition: ipCameraReader.hpp:31
std::string string
Definition: cl2.hpp:574