Created
November 14, 2019 11:20
-
-
Save Caffe1neAdd1ct/80f8ecc690049c28558ea2c70a20f5a6 to your computer and use it in GitHub Desktop.
ov2680
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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