S2263_setrecordmode, S2263_getrecordmode – Sensoray 2263 User Manual
Page 19

int
*height,
int
devid,
int
strmidx)
;
Retrieves currently set image size (resolution). The values may not match
those passed by S2263_SetImageSize function, in case those were invalid. If
the size changes, it will change after the stream is started. Therefore it is best
to call S2263_GetImageSize after the stream is running.
width
pointer to the variable receiving the width of the image.
height
pointer to the variable receiving the height of the image.
devid
device id in the system (use 0 with a single board installed).
strmidx
stream index (0 or 1).
S2263_SetRecordMode
MID2263_API int __stdcall S2263_SetRecordMode(
MID2263_RECMODE
recmode,
int
devid,
int
strmidx);
Sets the recording mode for saved files, such as ts/mp4/avi. Please see
mid2263types.h for the description.
recmode
One of supported recording modes.
devid
device id in the system (use 0 with a single board installed).
strmidx
stream index (0 or 1).
S2263_GetRecordMode
MID2263_API int __stdcall S2263_GetRecordMode(
MID2263_RECMODE
*recmode,
int
devid,
int
strmidx);
19