Skip to content

Instantly share code, notes, and snippets.

@Caffe1neAdd1ct
Created November 14, 2019 11:20
Show Gist options
  • Save Caffe1neAdd1ct/80f8ecc690049c28558ea2c70a20f5a6 to your computer and use it in GitHub Desktop.
Save Caffe1neAdd1ct/80f8ecc690049c28558ea2c70a20f5a6 to your computer and use it in GitHub Desktop.
ov2680
# Setup links
media-ctl -l "'ov2680 1-0036':0 -> 'imx7-mipi-csis.0':0[1]"
media-ctl -l "'imx7-mipi-csis.0':1 -> 'csi_mux':1[1]"
media-ctl -l "'csi_mux':2 -> 'csi':0[1]"
media-ctl -l "'csi':1 -> 'csi capture':0[1]"
# Configure pads for pipeline
media-ctl -V "'ov2680 1-0036':0 [fmt:SBGGR10_1X10/800x600 field:none]"
media-ctl -V "'csi_mux':1 [fmt:SBGGR10_1X10/800x600 field:none]"
media-ctl -V "'csi_mux':2 [fmt:SBGGR10_1X10/800x600 field:none]"
media-ctl -V "'imx7-mipi-csis.0':0 [fmt:SBGGR10_1X10/800x600 field:none]"
media-ctl -V "'csi':0 [fmt:SBGGR10_1X10/800x600 field:none]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment