#include <opencv_cam_node.h>
Public Member Functions | |
| CvCaptureInfo () | |
| void | getCameraParam (cv::VideoCapture &videoCapture) |
| unsigned int | getTimeStamp (int min, int sec, int ms) |
| void | update (cv::VideoCapture &videoCapture, cv::Mat &img) |
Public Attributes | |
| double | cap_prop_fps_ |
| bool | cap_prop_fps_support_ |
| double | cap_prop_frame_count_ |
| bool | cap_prop_frame_count_support_ |
| double | cap_prop_frame_height_ |
| bool | cap_prop_frame_height_support_ |
| double | cap_prop_frame_width_ |
| bool | cap_prop_frame_width_support_ |
| double | cap_prop_pos_frames_ |
| bool | cap_prop_pos_frames_support_ |
| double | cap_prop_pos_msec_ |
| bool | cap_prop_pos_msec_support_ |
Definition at line 35 of file opencv_cam_node.h.
| OpenCvCam::CvCaptureInfo::CvCaptureInfo | ( | ) | [inline] |
Definition at line 37 of file opencv_cam_node.h.
| void OpenCvCam::CvCaptureInfo::getCameraParam | ( | cv::VideoCapture & | videoCapture | ) |
Definition at line 43 of file opencv_cam_node.cpp.
| unsigned int OpenCvCam::CvCaptureInfo::getTimeStamp | ( | int | min, |
| int | sec, | ||
| int | ms | ||
| ) |
Definition at line 91 of file opencv_cam_node.cpp.
| void OpenCvCam::CvCaptureInfo::update | ( | cv::VideoCapture & | videoCapture, |
| cv::Mat & | img | ||
| ) |
Definition at line 68 of file opencv_cam_node.cpp.
Definition at line 60 of file opencv_cam_node.h.
Definition at line 61 of file opencv_cam_node.h.
Definition at line 53 of file opencv_cam_node.h.
Definition at line 54 of file opencv_cam_node.h.
Definition at line 56 of file opencv_cam_node.h.
Definition at line 57 of file opencv_cam_node.h.
Definition at line 58 of file opencv_cam_node.h.
Definition at line 59 of file opencv_cam_node.h.
Definition at line 51 of file opencv_cam_node.h.
Definition at line 52 of file opencv_cam_node.h.
Definition at line 49 of file opencv_cam_node.h.
Definition at line 50 of file opencv_cam_node.h.