© 2016 Thorlabs Scientific Imaging418
DCx Camera Functional Description and SDK Manual
Description
israw_GetFrame() returns the image data from 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()).
The file could not be read.
Related functions
israw_SeekFrame()
4.5.5 israw_GetImageInfo
Syntax
INT israw_GetImageInfo(UINT unFileID, UINT* punWidth, UINT* punHeight, UINT* punBitsPerPixel)
Description
israw_GetImageInfo() returns the width, height, and bit depth of the data which are saved in the
RAW file.
Input parameters
Instance ID set by the israw_InitFile() function
Bit depth (bits per pixel)
Return values
No error, function executed successfully.