
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.
Kommentare zu diesen Handbüchern