Sensoray 811 Windows SDK Bedienungsanleitung Seite 17

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 23
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 23

Kommentare zu diesen Handbüchern

Keine Kommentare