Thanks for the quick response:
RPi3 working VLC command: vlc v4l2:///dev/video0
Rpi3 not working Gstreamer code: gst-launch-1.0 v4l2src device=/dev/video0 do-timestamp=true ! ‘video/x-raw, width=3840, height=2160, framerate=30/1, format=UYVY’ ! nvvidconv ! ‘video/x-raw(memory:NVMM), width=3840, height=2160, framerate=30/1, format=I420’ ! nvoverlaysink sync=false
Same VLC command for Chromecast, it only displays logo (only when we restart the Chorecast) and then black screen.
Red flickering scree is same for both RPi3 and Chromecast.
Below are the modes on DT:
mode1 { //MODE_2592X1944
mclk_khz = “24000”;
num_lanes = “4”;
tegra_sinterface = “serial_a”;
tegra_sinterface = “serial_a”;
discontinuous_clk = “yes”;
dpcm_enable = “false”;
cil_settletime = “0”;
active_w = "2592";
active_h = "1944";
pixel_t = "bayer_bggr";
//pixel_t = "bayer_rggb";
readout_orientation = "90";
line_length = "1752";
inherent_gain = "1";
mclk_multiplier = "6.67";
pix_clk_hz = "160000000";
min_gain_val = "1.0";
max_gain_val = "16";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "2.787078";
//max_framerate = "120";
max_framerate = "30";
min_exp_time = "22";
max_exp_time = "358733";
embedded_metadata_height = "1";
};
mode1 { //MODE_1920X1080
mclk_khz = “24000”;
num_lanes = “4”;
tegra_sinterface = “serial_a”;
discontinuous_clk = “yes”;
dpcm_enable = “false”;
cil_settletime = “0”;
active_w = "1920";
active_h = "1080";
pixel_t = "bayer_bggr";
//pixel_t = "bayer_rggb";
readout_orientation = "90";
line_length = "1752";
inherent_gain = "1";
mclk_multiplier = "6.67";
pix_clk_hz = "160000000";
min_gain_val = "1.0";
max_gain_val = "16";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "2.787078";
max_framerate = "30";
min_exp_time = "22";
max_exp_time = "358733";
embedded_metadata_height = "1";
};
mode2 { // MODE_3864x2174
mclk_khz = “24000”;
num_lanes = “4”;
tegra_sinterface = “serial_a”;
discontinuous_clk = “yes”;
dpcm_enable = “false”;
cil_settletime = “0”;
active_w = "3864";
active_h = "2174";
pixel_t = "bayer_rggb";
readout_orientation = "90";
line_length = "4200";
inherent_gain = "1";
mclk_multiplier = "25";
pix_clk_hz = "756000000";
min_gain_val = "1.0";
max_gain_val = "16.0";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "1.462526";
max_framerate = "30";
min_exp_time = "16.165";
max_exp_time = "165770";
embedded_metadata_height = "1";
};
mode3 { // MODE_1280x720
mclk_khz = “24000”;
num_lanes = “4”;
tegra_sinterface = “serial_a”;
discontinuous_clk = “no”;
dpcm_enable = “false”;
cil_settletime = “0”;
active_w = "1280";
active_h = "720";
pixel_t = "bayer_rggb";
readout_orientation = "90";
line_length = "4200";
inherent_gain = "1";
mclk_multiplier = "25";
pix_clk_hz = "756000000";
min_gain_val = "1.0";
max_gain_val = "16.0";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "1.462526";
max_framerate = "30";
min_exp_time = "16.165";
max_exp_time = "165770";
embedded_metadata_height = "1";
};