Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes
mrpt::hwdrivers::TCaptureCVOptions Struct Reference

Detailed Description

Options used when creating an OpenCV capture object Some options apply to IEEE1394 cameras only.

See Also
CImageGrabber_OpenCV

Definition at line 58 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)
 
double gain
 (All cameras) Camera gain (0: Leave the default)
 
double ieee1394_fps
 (IEEE1394 cameras) Frame rate for the capture (0: Leave the default).
 
bool ieee1394_grayscale
 (IEEE1394 cameras) Whether to grab grayscale images (Default=false).
 

Constructor & Destructor Documentation

mrpt::hwdrivers::TCaptureCVOptions::TCaptureCVOptions ( )
inline

Definition at line 60 of file CImageGrabber_OpenCV.h.

Member Data Documentation

int mrpt::hwdrivers::TCaptureCVOptions::frame_height

(All cameras) Capture resolution (0: Leave the default)

Definition at line 67 of file CImageGrabber_OpenCV.h.

int mrpt::hwdrivers::TCaptureCVOptions::frame_width

Definition at line 67 of file CImageGrabber_OpenCV.h.

double mrpt::hwdrivers::TCaptureCVOptions::gain

(All cameras) Camera gain (0: Leave the default)

Definition at line 68 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 69 of file CImageGrabber_OpenCV.h.

bool mrpt::hwdrivers::TCaptureCVOptions::ieee1394_grayscale

(IEEE1394 cameras) Whether to grab grayscale images (Default=false).

Definition at line 70 of file CImageGrabber_OpenCV.h.




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013