Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When HDMI Input Source is NVIDIA SHIELD and display format for the NVIDIA SHIELD is set to YUV420 10-bit format. Run the below commands to set the v_proc_ss input as YUV420 10-bit and output format as YUV422 10-bit.

Code Block
$ media-ctl -d /dev/media0 -V "\"a0040000.v_proc_ss\":0 [fmt:VYYUYY10_4X20/3840x2160 field:none]"
$ media-ctl -d /dev/media0 -V "\"a0040000.v_proc_ss\":1 [fmt:UYVY10_1X20/3840x2160 field:none]"

...