Line 385:
Line 385:
===== 将相机数据导入OpenCV的范例 =====
===== 将相机数据导入OpenCV的范例 =====
+
<code>sudo apt install python3-opencv</code>
+
详见github上的[https://github.com/veyeimaging/rk356x_firefly/tree/main/linux/samples samples]目录。
详见github上的[https://github.com/veyeimaging/rk356x_firefly/tree/main/linux/samples samples]目录。
−
<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>
===== gstreamer应用范例 =====
===== gstreamer应用范例 =====