Hello everyone,
I have posted many posts about DOL HDR feature, sorry about that. However, I made progress about DOL HDR.
Here is my device tree for DOL HDR mode.
mode1 {
mclk_khz = "24000";
num_lanes = "4";
tegra_sinterface = "serial_a";
phy_mode = "DPHY";
discontinuous_clk = "yes";
dpcm_enable = "false";
cil_settletime = "0";
dynamic_pixel_bit_depth = "10";
csi_pixel_bit_depth = "10";
mode_type = "bayer_wdr_dol";
pixel_phase = "rggb";
active_w = "3856";
active_h = "4448";
readout_orientation = "0";
line_length = "4208";
inherent_gain = "1";
mclk_multiplier = "24";
pix_clk_hz = "576000000";
gain_factor = "1000000";
min_gain_val = "1000000";
max_gain_val = "30000000";
step_gain_val = "1";
default_gain = "1000000";
min_hdr_ratio = "32";
max_hdr_ratio = "32";
framerate_factor = "1000000";
min_framerate = "1500000";
max_framerate = "30000000";
step_framerate = "1";
default_framerate = "30000000";
exposure_factor = "1000000";
min_exp_time = "864";
max_exp_time = "20480";
step_exp_time = "1";
default_exp_time = "20480";
embedded_metadata_height = [32 00];
num_of_exposure = "2";
num_of_ignored_lines = "14";
num_of_lines_offset_0 = "50";
num_of_ignored_pixels = "4";
num_of_left_margin_pixels = "12";
num_of_right_margin_pixels = "0";
};
Also I added these lines to camera_overrides.isp.
wdr.DOL.v4.EnableDOL = TRUE;
ae.wdr.DreMin = 16;
ae.wdr.DreMax = 16;
However, I get this corrupted image when I execute nvgstcapture-1.0.
nvgstcapture-1.0 gives healthy results for other resolutions.
What should I do now?
Thank you.