Changes

Jump to navigation Jump to search
Line 54: Line 54:     
===Video Stream Toolkits Manual===
 
===Video Stream Toolkits Manual===
 +
VS toolkits provides several ELF file.
 +
 +
* veye_raspipreview
 +
 +
<code>./veye_raspipreview -t 20000</code>
 +
 +
Privew,20s video Real-time display to HDMI output.
 +
 +
<code>./veye_raspipreview -t -1</code>
 +
 +
If t is -1, Show continuous Real-time display to HDMI output.
 +
 +
* veye_raspivid
 +
 +
<code>./veye_raspivid -t 5000 -o ~/test.h264</code>
 +
 +
Implement H.264 format encoding and record for 5 seconds,Record the stream data to file ~/test.h264.
 +
 +
* veye_raspividyuv
 +
 +
<code>./veye_raspividyuv -t 200 -o /dev/shm/test.yuv</code>
 +
 +
Record UYVY data to file /dev/shm/  directory(which is in DDR), time is 200ms.
 +
 +
* veye_raspiraw
 +
 +
<code>./veye_raspiraw -md 2 -t 200 -o /dev/shm/out.%04d.yuv</code>
 +
 +
Record one UYVY data to file /dev/shm/  directory(which is in DDR).
 +
 +
* veye_raspistill
 +
 +
Capture a image and save it as jpeg file.DEVELOPING.
 +
 
<br />
 
<br />
 
===Video Control Toolkits Manual===
 
===Video Control Toolkits Manual===
 
+
<br />
 
===RPI Computer Module and RPI Zero Additional Info===
 
===RPI Computer Module and RPI Zero Additional Info===
  

Navigation menu