DD_PTZ_CONFIG¶
Structure Definition¶
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 11 | |
Function Description¶
Gimbal configuration structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| iSize | unsigned int | The length of this structure. |
| enable | unsigned char | Whether to enable the PTZ function. |
| address | unsigned char | Address. |
| recv1 | unsigned char | Reserved bytes. |
| recv2 | unsigned char | Reserved bytes. |
| protocol | unsigned int | Protocol. |
| serial | DD_SERIAL_CONFIG | Serial port. |