hi_user_frame_info

Description

Defines the information about the images sent by users.

Definition

typedef struct {
    hi_video_frame_info user_frame;
    hi_user_rc_info     user_rc_info;
    hi_user_roi_map     user_roi_map;
} hi_user_frame_info;

Members

Member

Description

user_frame

Structure of information about image frames sent by users. For details, see chapter "System Control."

user_rc_info

Data structure for user bit rate control information.

user_roi_map

User ROIMap information structure. This parameter is reserved and not supported currently.