Sensoray 811 Windows SDK Instrukcja Użytkownika Strona 12

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 23
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 11
Stops video and audio streaming for preview.
Parameters
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_StartCaptureOnly(
int mode,
int devid
);
Starts video streaming for capture only. Useful if only snapshots are desired. See demo program
“Snapshot Only” for an example of using this function.
Parameters
mode
mode=0 RGB24, mode=1 YUY2. The demo application “Snapshot Only” example uses
mode = 0.
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_StopCaptureOnly(
int devid
);
Stops snapshot-only video capture stream.
Parameters
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_SetRecordMode(
MID811_REC recMode,
12
Przeglądanie stron 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 22 23

Komentarze do niniejszej Instrukcji

Brak uwag