Changes

Jump to navigation Jump to search
Line 69: Line 69:  
If t is -1, Show continuous Real-time display to HDMI output,full screen.
 
If t is -1, Show continuous Real-time display to HDMI output,full screen.
   −
*veye_raspivid  
+
*veye_raspivid
    
<code>./veye_raspivid -t 5000 -o ~/test.h264</code>
 
<code>./veye_raspivid -t 5000 -o ~/test.h264</code>
Line 133: Line 133:  
Capturing one image every 50 milliseconds and save to /dev/shm directory(which is in DDR).1920*1080 BMP format.
 
Capturing one image every 50 milliseconds and save to /dev/shm directory(which is in DDR).1920*1080 BMP format.
    +
<code>./veye_raspistill -k -o ~/test%d.jpg -t 0</code>
 +
 +
Display video to HDMI,capture jpg image using keyboard,Enter to capture,X Enter to quit。
 +
 +
veye_raspistill support preview,-n will not preview。
 
====D-SDK Toolkits Manual====
 
====D-SDK Toolkits Manual====
 
It contains three parts: C language SDK(libdmipicam.so),C language sample,Python language sample.
 
It contains three parts: C language SDK(libdmipicam.so),C language sample,Python language sample.

Navigation menu