\\ === Hardware Setup === Instructions for setting up and connecting the camera can be found in the Camera QuickStartGuide:\\ {{ :en:arm:tqma62xx:linux:yocto:how_to:emb_qsg_cam_kit_stka62xx_rev.0001.pdf | MIPI-CSI Quick start guide}} \\ \\ === Software Setup === The following software example displays the live image of the camera on the LVDS display. \\ To view the live image, an LVDS display must be connected. 1. Start the Kit and wait for "Select the boot mode" \\ 2. Select the appropriate Devicetree for the use of the Camera: Select **4** for IMX327 only, **6** for LVDS display and IMX327 and hit enter to set the appropriate Devicetree for the use of the Camera. \\ 3. Hit enter to boot the Kit with the selected device tree. \\ 4. When linux is started, login and configure the cam: media-ctl -V '"30102000.ticsi2rx":0[fmt:SRGGB10/1280x720]' media-ctl -V '"cdns_csi2rx.30101000.csi-bridge":0[fmt:SRGGB10/1280x720]' media-ctl -V '"imx327 1-001a":0[fmt:SRGGB10/1280x720 field:none]' 5. run the following command to see the camera output on the LVDS display: gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-bayer,format=rggb,bpp=10,width=1280,height=720 ! \ bayer2rgbneon show-fps=t reduce-bpp=t ! video/x-raw,format=RGBx ! autovideoconvert ! waylandsink \\ For more Information please visit our GitHub: [[https://github.com/tq-systems/meta-tq/blob/kirkstone.TQMa62xx.BSP.SW.0001/meta-tq/doc/README.TQMa62xx.md|]] 1. Start the Kit and stop in Uboot\\ 2. Select the appropriate Devicetree for the use of the Camera: setenv fdt_file 3. Save the environment to automatically load the selected devicetree for the next launches: saveenv 4. Boot the kernel: boot 5. When linux is started, login and configure the cam: yavta -f Y8 -s 1280x800 -c20 /dev/video0 6. Run the following command to see the camera output on HDMI: gst-launch-1.0 v4l2src device=/dev/video0 ! videoconvert ! autovideosink -v sync=false