MX8 Basler Camera NXP: Difference between revisions
(Created page with "<!-- Set release according to "release" parameter in URL and use RELEASE_HARDKNOTT_V1.2_DART-MX8M-PLUS as default --> {{#vardefine:RELEASE_PARAM|{{#urlget:release|RELEASE_HARD...") |
No edit summary |
||
Line 7: | Line 7: | ||
= Introduction = | = Introduction = | ||
The following instructions will allow you to add support for the Basler MIPI camera to your Yocto images | The following instructions will allow you to add support for the Basler MIPI camera to your Yocto images using the software modules already present in the Yocto BSP.<br> | ||
This will allow you to stream images/video from a Basler camera(s) connected to a Variscite evaluation kit.<br> | This will allow you to stream images/video from a Basler camera(s) connected to a Variscite evaluation kit.<br> | ||
Revision as of 19:15, 10 November 2021
Introduction
The following instructions will allow you to add support for the Basler MIPI camera to your Yocto images using the software modules already present in the Yocto BSP.
This will allow you to stream images/video from a Basler camera(s) connected to a Variscite evaluation kit.
Available cameras
- VCAM-AR1335B (daA4200-30mci): not supported
- VCAM-AR0821B (daA3840-mc): supported
Download Variscite Yocto BSP
Please follow Build Yocto from source code.
Execute steps 1-4.3 to download the BSP sources, but don't start bitbake yet.
Customize configuration files
Customize local.conf
Add the following to conf/local.conf under your Yocto build directory:
IMAGE_INSTALL_append_mx8mp = " \ kernel-module-isp-vvcam \ isp-imx \ basler-camera \ "
Build Yocto image
Continue following Build Yocto from source code from where you left off, to bitbake and install an image.
Running gstreamer
Run the following command at the shell prompt:
$ gst-launch-1.0 -v v4l2src device=/dev/video0 ! waylandsink
Prebuilt recovery SD card image
A prebuilt recovery SD card image with Basler camera support can be downloaded from:
Note: Some web browsers have removed FTP support. Please see our FTP wiki page.