Bosch DCN Next Generation Bedienungsanleitung Seite 143

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 296
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 142
DCN Next Generation Open Interface Release 2.4 Camera Control
en | 143
Bosch Communications Systems | 2007 February | SRS_CCINF | Du020905
Assume that we want to activate camera activity. We then need the following functions and
control flow:
CC_T_CAMERA_ACTIVITY tCameraActivity;
tCameraActivity.bCameraActivity = TRUE;
WORD wError;
wError = CC_Set_Camera_Activity(&tCameraActivity);
if (wError != CC_E_NOERROR)
{
/* do error handling */
}
We can now send remote functions to configure camera control.
When we no longer need to be able to send remote functions and receive update notifications
we can stop the communication with the CC application using the function:
wError = CC_Stop_Camera_App();
if (wError != CC_E_NOERROR)
{
/* do error handling */
}
This ends remotely controlling the CC application.
Seitenansicht 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 295 296

Kommentare zu diesen Handbüchern

Keine Kommentare