hi_video_supplement
Description
Defines the supplementary information about a video frame.
Prototype
hi_video_supplement = {"misc_info_phys_addr": misc_info_phys_addr, # default allocated buffer
"jpeg_dcf_phys_addr": jpeg_dcf_phys_addr,
"isp_info_phys_addr": isp_info_phys_addr,
"low_delay_phys_addr": low_delay_phys_addr,
"bnr_rnt_phys_addr": bnr_rnt_phys_addr,
"motion_data_phys_addr": motion_data_phys_addr,
"frame_dng_phys_addr": frame_dng_phys_addr,
"misc_info_virt_addr": misc_info_virt_addr, # misc info
"jpeg_dcf_virt_addr": jpeg_dcf_virt_addr, # jpeg_dcf, used in JPEG DCF
"isp_info_virt_addr": isp_info_virt_addr, # isp_frame_info, used in ISP debug, when get raw and send raw
"low_delay_virt_addr": low_delay_virt_addr, # used in low delay
"bnr_mot_virt_addr": bnr_mot_virt_addr, # used for 3dnr from bnr mot
"motion_data_virt_addr": motion_data_virt_addr, # vpss 3dnr use: gme motion data, filter motion data, gyro data
"frame_dng_virt_addr": frame_dng_virt_addr}
Members
Member |
Description |
|---|---|
misc_info_phys_addr |
Int, physical address of extended video information, reserved. |
jpeg_dcf_phys_addr |
Int, physical address of the JPEG design rule for camera file system (DCF) information. Not supported. This member cannot be configured. The default value 0 is used. |
isp_info_phys_addr |
Int, physical address of ISP auxiliary information, It cannot be configured or modified by users. |
low_delay_phys_addr |
Int, physical address of low-delay information, reserved. |
bnr_rnt_phys_addr |
Int. This parameter is reserved. Not supported. It cannot be configured or modified by users. |
motion_data_phys_addr |
Int, physical address of motion data, Not supported. It cannot be configured or modified by users. |
frame_dng_phys_addr |
Int. This parameter is reserved. Not supported. It cannot be configured or modified by users. |
misc_info_virt_addr |
Int, virtual address of extended video information, Not supported. It cannot be configured or modified by users. |
jpeg_dcf_virt_addr |
Int, virtual address of JPEG DCF information, Not supported. It cannot be configured or modified by users. |
isp_info_virt_addr |
Int, kernel-mode virtual address of ISP auxiliary information, reserved. |
low_delay_virt_addr |
Int, virtual address of low-delay information, reserved. |
bnr_mot_virt_addr |
Int, virtual address of BNR information, reserved. |
motion_data_virt_addr |
Int, virtual address of motion information, reserved. |
frame_dng_virt_addr |
Int, virtual address of DNG format information, reserved. |