OpenCV
If using an downloaded image, check first that these packages are not already installed.
Accessing the cameras using OpenCV in Python
Below are short examples of using openCV. Refer to NXP.com or other guides for more detail.
You may find more complete application examples in the MR-B3RB documentation
Getting started
To install OpenCV for Python to the image, run the following command:
Getting images from the camera using gstreamer pipelines
To access the Google Coral Camera(s) on NavQ+ in OpenCV, you may use the following VideoCapture instantiation:
You may change the source resolution by editing the width and height values in the GStreamer pipeline. See below for a list of supported resolutions and framerates.
Last updated