1 #ifndef OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
2 #define OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
21 std::string getFrameName();
23 inline double get(
const int capProperty)
28 inline void set(
const int capProperty,
const double value)
34 const std::string mPathName;
36 cv::Mat getRawFrame();
42 #endif // OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:24
virtual double get(const int capProperty)=0
void set(const int capProperty, const double value)
Definition: ipCameraReader.hpp:28
Definition: videoCaptureReader.hpp:15
virtual void set(const int capProperty, const double value)=0
Definition: ipCameraReader.hpp:12
#define OP_API
Definition: macros.hpp:9