Changes between Version 20 and Version 21 of linux/media


Ignore:
Timestamp:
09/08/2023 09:30:46 PM (8 months ago)
Author:
Ryan Erbstoesser
Comment:

add example for HDMI

Legend:

Unmodified
Added
Removed
Modified
  • linux/media

    v20 v21  
    305305}}}
    306306 * Digital HDMI capture
     307  * Note: These lines need to be ran each time a HDMI source / resolution is changed.
    307308{{{#!bash
    308309./media-ctl-setup tda1997x > setup
    309310source ./setup
     311}}}
     312   * Example output for tda1997 on a 5.15 kernel:
     313{{{
     314root@jammy-ventana:~# source ./setup
     315BT timings set
     316DV timings:
     317        Active width: 1920
     318        Active height: 1080
     319        Total width: 2200
     320        Total height: 1125
     321        Frame format: progressive
     322        Polarities: +vsync +hsync
     323        Pixelclock: 148500000 Hz (60.00 frames per second)
     324        Horizontal frontporch: 88
     325        Horizontal sync: 44
     326        Horizontal backporch: 148
     327        Vertical frontporch: 4
     328        Vertical sync: 5
     329        Vertical backporch: 36
     330        Standards: CTA-861, DMT
     331        CTA-861 VIC: 16
     332        Flags: framerate can be reduced by 1/1.001, CE-video, has CTA-861 VIC
     333                [fmt:UYVY8_1X16/1920x1080@1/30 field:none colorspace:rec709 xfer:709 ycbcr:709 quantization:lim-range]
     334DEVICE=/dev/video4
     335ENCODER=/dev/video2
     336DECODER=/dev/video3
     337GST_CONVERT=v4l2convert
     338
    310339}}}
    311340