© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
421
already been deleted using israw_ExitFile().
No valid file name was selected.
Related functions
israw_CloseFile()
4.5.9 israw_SeekFrame
Syntax
INT israw_SeekFrame(UINT unFileID, UINT unFrame)
Decsription
israw_SeekFrame() jumps to a specific image within an image sequence.
Input parameters
Instance ID set by the israw_InitFile() function
Image to be jumped to (index starts with "0")
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()).
The image could not be found.
Related functions
israw_GetFrame()
4.5.10 israw_SetImageInfo
Syntax
INT israw_SetImageInfo(UINT unFileID, UINT unWidth, UINT unHeight, UINT unBitsPerPixel)