Line 170:
Line 170:
=====veye_raspistill 抓拍(JPG,bmp)=====
=====veye_raspistill 抓拍(JPG,bmp)=====
−
<code>./veye_raspistill -md 1 -o ~/test.jpg</code>
+
<code>./veye_raspistill -md 0 -o ~/test.jpg</code>
−
实现抓拍一张图片,图片为1280*720,并保存,文件格式为jpg。
+
实现抓拍一张图片,图片为1920*1080,并保存,文件格式为jpg。
<code>./veye_raspistill -e bmp -tl 50 -t 1000 -o /dev/shm/test%d.bmp</code>
<code>./veye_raspistill -e bmp -tl 50 -t 1000 -o /dev/shm/test%d.bmp</code>