Bosch DCN Next Generation Instrukcja Użytkownika Strona 143

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 296
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 295 296

Komentarze do niniejszej Instrukcji

Brak uwag