DD_VIDEO_OSD_CONFIG
Structure Definition
Function Description
OSD configuration structure.
Member Description
| Member | Type | Remark |
|---|
| iSize | unsigned int | The length of this structure. |
| enableCameraName | unsigned char | The name of the overlay channel. |
| enableTimeStamp | unsigned char | Overlay timestamp. |
| enableTimeStampWithWeek | unsigned char | Add the day of the week to the timestamp. |
| enableDefineText | unsigned char | Overlay custom text. |
| cameraName | DD_POSITION | The location of the channel name. |
| timeStamp | DD_POSITION | The location of the timestamp. |
| defineText | DD_POSITION | Customize the text position. |
| cameraNameText | char[DD_MAX_CAMERA_NAME_LEN] | The name of the overlay channel. |
| text | char[DD_MAX_TEXT_LEN] | Custom text. |
| timeFormat | char | Time format. |
| recv | char[3] | Reserved field. |
| cover | | struct
{
unsigned int enable; // Whether the area coverage is effective.
DD_AREA area; // Area parameters.
} cover[DD_MAX_VIDEO_COVER_NUM];
|
| The area parameters to be covered. |