Options used when creating an OpenCV capture object Some options apply to IEEE1394 cameras only.
Definition at line 39 of file CImageGrabber_OpenCV.h.
#include <mrpt/hwdrivers/CImageGrabber_OpenCV.h>
Public Member Functions | |
TCaptureCVOptions () | |
Public Attributes | |
int | frame_width |
int | frame_height |
(All cameras) Capture resolution (0: Leave the default) More... | |
double | gain |
(All cameras) Camera gain (0: Leave the default) More... | |
double | ieee1394_fps |
(IEEE1394 cameras) Frame rate for the capture (0: Leave the default). More... | |
bool | ieee1394_grayscale |
(IEEE1394 cameras) Whether to grab grayscale images (Default=false). More... | |
|
inline |
Definition at line 41 of file CImageGrabber_OpenCV.h.
int mrpt::hwdrivers::TCaptureCVOptions::frame_height |
(All cameras) Capture resolution (0: Leave the default)
Definition at line 48 of file CImageGrabber_OpenCV.h.
int mrpt::hwdrivers::TCaptureCVOptions::frame_width |
Definition at line 48 of file CImageGrabber_OpenCV.h.
double mrpt::hwdrivers::TCaptureCVOptions::gain |
(All cameras) Camera gain (0: Leave the default)
Definition at line 49 of file CImageGrabber_OpenCV.h.
double mrpt::hwdrivers::TCaptureCVOptions::ieee1394_fps |
(IEEE1394 cameras) Frame rate for the capture (0: Leave the default).
Definition at line 50 of file CImageGrabber_OpenCV.h.
bool mrpt::hwdrivers::TCaptureCVOptions::ieee1394_grayscale |
(IEEE1394 cameras) Whether to grab grayscale images (Default=false).
Definition at line 51 of file CImageGrabber_OpenCV.h.
Page generated by Doxygen 1.8.17 for MRPT 1.4.0 SVN: at Sat Jan 18 22:37:07 UTC 2020 |