Main MRPT website > C++ reference for MRPT 1.3.2
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 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...
 

Constructor & Destructor Documentation

§ TCaptureCVOptions()

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

Definition at line 41 of file CImageGrabber_OpenCV.h.

Member Data Documentation

§ frame_height

int mrpt::hwdrivers::TCaptureCVOptions::frame_height

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

Definition at line 48 of file CImageGrabber_OpenCV.h.

§ frame_width

int mrpt::hwdrivers::TCaptureCVOptions::frame_width

Definition at line 48 of file CImageGrabber_OpenCV.h.

§ gain

double mrpt::hwdrivers::TCaptureCVOptions::gain

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

Definition at line 49 of file CImageGrabber_OpenCV.h.

§ ieee1394_fps

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.

§ ieee1394_grayscale

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.12 for MRPT 1.3.2 SVN: at Thu Nov 10 13:46:27 UTC 2016