© 2016 Thorlabs Scientific Imaging420
DCx Camera Functional Description and SDK Manual
Description
israw_InitFile() initializes an instance of the uEye RAW interface. Multiple instances can be
created simultaneously.
Input parameters
Pointer in which the instance ID is returned. This ID is
needed for calling other functions.
File access mode:
Read: IS_FILE_ACCESS_MODE_READ
Write: IS_FILE_ACCESS_MODE_WRITE
Return values
No error, function executed successfully.
One of the submitted parameters is outside the
valid range.
The maximum number of instances have been
reached.
Related functions
israw_ExitFile()
4.5.8 israw_OpenFile
Syntax
INT israw_OpenFile(UINT unFileID, const char* strFileName)
Description
israw_OpenFile() opens a new or existing RAW file.
Input parameters
Instance ID set by the israw_InitFile() function
Return values
No error, function executed successfully.
The indicated instance could not be found.
Either the ID is invalid or the instance has