I tried by setting all structure memebers which has hdr_mode in the files video_boot.c and video_user_boot.c but, still ATII=meta command shows hdr_mode:0
To enable HDR mode, you may modify line 307 as follows: init_params.init_isp_items.init_hdr_mode = 1;
If you are testing this example, after the application starts running, you can use the AT command below to trigger ISP_INIT_TEST:
AT command to use: PCT=05
When HDR mode is successfully enabled, you should see the following log message: [VOE][Ini set0]init dn 0 hdr 1 mirrorflip 0xf0.
You can integrate this configuration into your application.
For FCS mode,
You have to modify line 532 in video_user_boot.c init_params.init_isp_items.init_hdr_mode = 1;