Main MRPT website > C++ reference for MRPT 1.4.0
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)
 
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

◆ 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.9.7 for MRPT 1.4.0 SVN: at Tue Jun 27 17:12:06 UTC 2023