Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Protected Member Functions | List of all members
Rx::Interop::Runtime30::Camera::INativeDeviceFrameGrabber Class Referenceabstract

Detailed Description

Interface to be implemented by frame grabber. Provides functions only required by frame grabber Devices.

Public Member Functions

virtual void SetCameraInfo (const char *pcConnector, const char *pcCameraModel, const char *pcDriverType)=0
 Sets information about the connected camera. It's required to find the corresponding camera file. More...
 

Protected Member Functions

virtual ~INativeDeviceFrameGrabber ()
 Destructor. More...
 

Constructor & Destructor Documentation

virtual Rx::Interop::Runtime30::Camera::INativeDeviceFrameGrabber::~INativeDeviceFrameGrabber ( )
inlineprotectedvirtual

Destructor.

Member Function Documentation

virtual void Rx::Interop::Runtime30::Camera::INativeDeviceFrameGrabber::SetCameraInfo ( const char *  pcConnector,
const char *  pcCameraModel,
const char *  pcDriverType 
)
pure virtual

Sets information about the connected camera. It's required to find the corresponding camera file.

Parameters
pcConnector[in] The connector type. Is "M" for grablink full board. Defines the connection type.
pcCameraModel[in] The camera model. Second part of the camera file name. Example: "hr29050MFLCPC".
pcDriverType[in] Type of the driver. First part of the camera file name. Example: "TypeD".