Go to the source code of this file.
|
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...
|
|