Raytrix RayCam SDK  v2.1.0
Data Structures | Namespaces | Typedefs
IDevice.h File Reference
#include "ECallbackMode.h"
#include "EImageTransferMode.h"
#include "ECamProperty.h"
#include "ECamTriggerMode.h"
#include "EWhiteImageStatus.h"
#include "EImageFormat.h"
#include "ECompressionMode.h"
#include "ECamVideoMode.h"
#include "EOisMode.h"
#include "EBinningMode.h"
#include "IImageProperty.h"

Go to the source code of this file.

Data Structures

class  Rx::RayCam::IDevice
 This class represents a camera. To use the camera in streaming mode: More...
 

Namespaces

 Rx
 
 Rx::RayCam
 

Typedefs

typedef void(__cdecl * Rx::RayCam::TCallbackFunction) (void *callBackOwner, unsigned int iWidth, unsigned int iHeight, unsigned int iPixelFormat, unsigned int iDataFormat, void *pDataPtr)
 This is the callback functions which returns the captured images. More...
 
typedef void(__cdecl * Rx::RayCam::TCallbackFunctionExtended) (void *callBackOwner, unsigned int iWidth, unsigned int iHeight, unsigned int iPixelFormat, unsigned int iDataFormat, void *pDataPtr, IImageProperty *pImageData)
 This is the callback functions which returns the captured images. More...