ADV7282A Linux driver for IMX6: Difference between revisions

Line 51: Line 51:
configfs              23790  5 usb_f_acm,usb_f_mass_storage,libcomposite,usb_f_hid
configfs              23790  5 usb_f_acm,usb_f_mass_storage,libcomposite,usb_f_hid
galcore              366496  0
galcore              366496  0
</source>
==Verify output format==
Execute the command:
<source lang="bash">
v4l2-ctl --get-fmt-video -d /dev/video0
</source>
The output returned is the following:
<source lang="bash">
Format Video Capture:
        Width/Height      : 288/352
        Pixel Format      : 'YU12'
        Field            : Any
        Bytes per Line    : 432
        Size Image        : 152064
        Colorspace        : Default
        Transfer Function : Default
        YCbCr/HSV Encoding: Default
        Quantization      : Default
</source>
</source>


214

edits