311SDK (Software development Kit)
© 2010 Thorlabs
7.4.16
isavi_SetImageQuality
Syntax
INT isavi_SetImageQuality (int nAviID,int q)
Description
isavi_SetImageQuality() indicates the quality for the frames to be compressed. You can change
the image quality at any time; it then applies to all subsequent frames. For compression, the
system uses the JPEG algorithm.
Input Parameters
Instance ID set by the isavi_InitAVI() function.
Image quality [1 = lowest ... 100 = highest]
Return Values
Function executed successfully
The indicated AVI instance could not be found. Either
the AVI ID is invalid or the instance has already been
deleted using isavi_ExitAVI() .
The q parameter is outside the range of 1...100.
The AVI file is not open.
Related Functions
isavi_SetFrameRate()
isavi_SetImageSize()
305
299
310
312