Changes

Jump to navigation Jump to search
Line 40: Line 40:  
*烧录镜像文件
 
*烧录镜像文件
   −
利用SD Card Formatter软件将micro SD卡格式化(格式化前有必要将需要的文件进行备份),将下载后的压缩文件解压为rk3399-sd-friendlydesktop-bionic-4.4-arm64-20200110.img。
+
利用SD Card Formatter软件将micro SD卡格式化(格式化前有必要将需要的文件进行备份),将下载后的压缩文件解压为rk3399-sd-friendlydesktop-bionic-4.4-arm64-20200112.img。
    
使用win32diskimager软件将解压后的镜像文件写入micro SD卡。
 
使用win32diskimager软件将解压后的镜像文件写入micro SD卡。
Line 138: Line 138:     
====系统状态检测====
 
====系统状态检测====
完成系统安装后,在Jetson Nano板端执行以下命令来检测是否正确连接摄像头。
+
完成系统安装后,在板端执行以下命令来检测是否正确连接摄像头。
    
<code>dmesg | grep veye327</code>  
 
<code>dmesg | grep veye327</code>  
Line 182: Line 182:     
<code>gst-launch-1.0 rkisp num-buffers=2 device=/dev/video0 io-mode=1 ! video/x-raw,format=NV12,width=1920,height=1080,framerate=10/1 ! jpegenc ! multifilesink location="/tmp/isp-frame%d.jpg" -e</code>
 
<code>gst-launch-1.0 rkisp num-buffers=2 device=/dev/video0 io-mode=1 ! video/x-raw,format=NV12,width=1920,height=1080,framerate=10/1 ! jpegenc ! multifilesink location="/tmp/isp-frame%d.jpg" -e</code>
 +
 +
* 抓拍5张YUY2格式图片
 +
 +
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat=UYVY8_2X8 --stream-mmap=3 --stream-skip=0 --stream-to=/tmp/cif.out --stream-count=5 --stream-poll</code>
    
====视频控制软件包的使用====
 
====视频控制软件包的使用====

Navigation menu