
DCN Next Generation Open Interface Release 2.4 Camera Control
en | 135
Bosch Communications Systems | 2007 February | SRS_CCINF | Du020905
returned.
tIndexedCameraID Array holding the camera ID information. Only the first wLength
items actually hold relevant information, the rest can be
ignored. Each array element is defined as a
CC_T_INDEXED_CAMERA_ID structure, which is defined
below.
wCameraNumber Identifier of the camera (as it is known on the connected
equipment). This parameter can have value 1-
DBSC_MAX_CAMERA. If this parameter is outside of this
range, the error CC_E_INVALID_CAMERA_NUMBER is
returned.
tCameraID Structure holding the actual camera ID. The content of this
structure is defined below.
szCameraID The camera ID, which is a NULL terminated string.
Response structure from the function
The function has no response parameters.
Error codes returned
CC_E_NOERROR
CC_E_NOT_INCONTROL
CC_E_INVALID_CAMERA_NUMBER
3.2.9 CC_C_CLEAR_CAMERA_IDS
Purpose
This function clears all camera IDs in the CCU.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function has no response parameters..
Error codes returned
CC_E_NOERROR
CC_E_NOT_INCONTROL
3.2.10 CC_C_SEND_DATA
Purpose
This function can be used to send data to the camera equipment connected to the CCU
(Allegiant Video Switcher or an AutoDome Camera). If sending the data fails, error
CC_E_INVALID_PORT_OUT is returned. Note that this function can be called even when the
remote controller is not in control of the CC application (CC_C_START_CAMERA_APP has
not been called).
Parameter structure for the function
The function requires the following structure as parameter:
typedef struct
{
WORD wLength;
BYTE byData[CC_C_MAX_DATA_LEN];
} CC_T_DATA_FRAME;
where:
wLength Defines the size of the data sent, i.e. the data is found in
byData[0] up and until byData[wLength-1]. This parameter must
be in the range 0 - CC_C_MAX_DATA_LEN.
byData Array holding the actual data. Only the first wLength items
actually hold relevant information, the rest can be ignored.
Komentarze do niniejszej Instrukcji