Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imx: cortexa7: support camera on TechNexion PICO-PI-IMX7D
Enable device packages required for camera support and add relevant device tree nodes. The drivers probe and connect properly, but I wasn't able to get a successfull capture yet, ov5645 driver doesn't support built-in MJPG format yet. To set up the capture, you need to set up the links and formats across the pipeline, for example: media-ctl -d /dev/media1 -l "'ov5645 3-003c':0 -> 'csis-30750000.mipi-csi':0[1]" media-ctl -d /dev/media1 -l "'csis-30750000.mipi-csi':1 -> 'csi-mux':1[1]" media-ctl -d /dev/media1 -l "'csi-mux':2 -> 'csi':0[1]" media-ctl -d /dev/media1 -l "'csi':1 -> 'csi capture':0[1]" media-ctl -d /dev/media1 -V "'ov5645 3-003c':0 [fmt:UYVY8_1X16/1920x1080 field:none]" media-ctl -d /dev/media1 -V "'csis-30750000.mipi-csi':0 [fmt:UYVY8_1X16/1920x1080 field:none]" media-ctl -d /dev/media1 -V "'csis-30750000.mipi-csi':1 [fmt:UYVY8_1X16/1920x1080 field:none]" media-ctl -d /dev/media1 -V "'csi-mux':1 [fmt:UYVY8_1X16/1920x1080 field:none]" media-ctl -d /dev/media1 -V "'csi-mux':2 [fmt:UYVY8_1X16/1920x1080 field:none]" media-ctl -d /dev/media1 -V "'csi':0 [fmt:UYVY8_1X16/1920x1080 field:none]" media-ctl -d /dev/media1 -V "'csi':1 [fmt:UYVY8_1X16/1920x1080 field:none]" Signed-off-by: Lech Perczak <[email protected]>
- Loading branch information