S2253_setjpegq, S2253_getjpegq, S2253_setidr – Sensoray 2253 Windows User Manual
Page 26

Gets the current bitrate settings, in kilobits per second (kbps).
bitrate
a pointer to the variable receiving the bitrate value in kbps.
devid
device id in the system (use 0 with a single board installed).
strmidx
stream index (0 or 1).
S2253_SetJpegQ
MID2253_API int __stdcall S2253_SetJpegQ (
int
q,
int
devid,
int
strmidx);
Sets the JPEG quality factor for motion JPEG encoding. The allowed values are
2-97. Higher values result in higher image quality and larger image sizes.
q
jpeg quality factor.
devid
device id in the system (use 0 with a single board installed).
strmidx
stream index (0 or 1).
S2253_GetJpegQ
MID2253_API int __stdcall S2253_GetJpegQ (
int
*q,
int
devid,
int
strmidx);
Retrieves the JPEG quality factor for motion JPEG encoding.
q
a pointer to a variable receiving JPEG quality factor value.
devid
device id in the system (use 0 with a single board installed).
strmidx
stream index (0 or 1).
S2253_SetIDR
MID2253_API int __stdcall S2253_SetIDR (
int
val,
26