Bosch DCN Next Generation Uživatelský manuál Strana 143

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 296
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 295 296

Komentáře k této Příručce

Žádné komentáře