Line 389:
Line 389:
===== Example of import image to OpenCV =====
===== Example of import image to OpenCV =====
+
<code>sudo apt install python3-opencv</code>
+
See the [https://github.com/veyeimaging/rk356x_firefly/tree/main/linux/samples samples] directory on github for details.
See the [https://github.com/veyeimaging/rk356x_firefly/tree/main/linux/samples samples] directory on github for details.
−
<code>./v4l2dev_2_opencv_show_grey.py --width 1456 --height 1088 --fps 60</code>
+
<code>python ./v4l2dev_2_opencv_show_grey.py --width 1456 --height 1088 --fps 60</code>
===== Example of gstreamer application =====
===== Example of gstreamer application =====