Sensoray 811 Windows SDK Instrukcja Użytkownika Strona 17

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 23
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 16
MID811_API int S811_SetVidSize(
MID811_RES eVidSize,
int devid
);
Sets the captured video size (resolution).
Parameters
eVidSize
see header file for supported resolutions.
devid
device id in the system (use 0 for first channel with a single board installed).
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_GetVidSize(
int *eVidSize,
int devid
);
Gets the captured video size (resolution).
Parameters
eVidSize
returns pointer to vid size.
devid
device id in the system (use 0 for first channel with a single board installed).
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_SetRenderVideo(
BOOL bDisplayVideo,
int devid
);
Turns the preview on and off.
17
Przeglądanie stron 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 23

Komentarze do niniejszej Instrukcji

Brak uwag