Sensoray 2224 Windows Instrukcja Użytkownika Strona 23

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 94
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 22
MID2226_API int S2226_StopStream(
HANDLE hdev
);
Stops streaming (recording, playing, previewing). Any registered callback is cleared.
Parameters
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_SetLevel(
int param,
int value,
HANDLE hdev
);
Sets brightness, contrast, saturation and hue of the captured video.
Parameters
param
defines the parameter to set (MID2226_LEVEL_CONTRAST,
MID2226_LEVEL_BRIGHTNESS, MID2226_LEVEL_SATURATION,
MID2226_LEVEL_HUE). See see mid2226types.h for definitions.
value
defines the value of selected parameter
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_GetLevel(
int param,
int value,
23
Przeglądanie stron 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 93 94

Komentarze do niniejszej Instrukcji

Brak uwag