© 2016 Thorlabs Scientific Imaging416
DCx Camera Functional Description and SDK Manual
4.5 RAW function descriptions
The functions of the uEye_tools.dll enable you to save images captured with the uEye camera as
an image sequences to an RAW file or open it.
4.5.1 israw_AddFrame
Syntax
INT israw_AddFrame(UINT unFileID, const char* pcData, UINT64 unTimestampDevice)
Description
israw_AddFrame() adds a new frame to an image sequence.
Input parameters
Instance ID set by the israw_InitFile() function
Pointer to the image data
Return values
No error, function executed successfully.
The indicated instance could not be found.
Either the ID is invalid or the instance has
already been deleted using israw_ExitFile().
The file was opened in "read-only" mode (see
israw_InitFile()).
Related functions
israw_GetFrame()
4.5.2 israw_CloseFile
Syntax
INT israw_CloseFile(UINT unFileID)
Description
israw_CloseFile() closes a RAW file which was opened using israw_OpenFile().