Changes

Jump to navigation Jump to search
Line 56: Line 56:  
VS toolkits provides several ELF file.
 
VS toolkits provides several ELF file.
   −
* veye_raspipreview
+
*veye_raspipreview
    
<code>./veye_raspipreview -t 20000</code>
 
<code>./veye_raspipreview -t 20000</code>
Line 66: Line 66:  
If t is -1, Show continuous Real-time display to HDMI output.
 
If t is -1, Show continuous Real-time display to HDMI output.
   −
* veye_raspivid
+
*veye_raspivid
    
<code>./veye_raspivid -t 5000 -o ~/test.h264</code>
 
<code>./veye_raspivid -t 5000 -o ~/test.h264</code>
Line 72: Line 72:  
Implement H.264 format encoding and record for 5 seconds,Record the stream data to file ~/test.h264.
 
Implement H.264 format encoding and record for 5 seconds,Record the stream data to file ~/test.h264.
   −
* veye_raspividyuv
+
*veye_raspividyuv
    
<code>./veye_raspividyuv -t 200 -o /dev/shm/test.yuv</code>
 
<code>./veye_raspividyuv -t 200 -o /dev/shm/test.yuv</code>
Line 78: Line 78:  
Record UYVY data to file /dev/shm/  directory(which is in DDR), time is 200ms.
 
Record UYVY data to file /dev/shm/  directory(which is in DDR), time is 200ms.
   −
* veye_raspiraw
+
*veye_raspiraw
    
<code>./veye_raspiraw -md 2 -t 200 -o /dev/shm/out.%04d.yuv</code>
 
<code>./veye_raspiraw -md 2 -t 200 -o /dev/shm/out.%04d.yuv</code>
Line 84: Line 84:  
Record one UYVY data to file /dev/shm/  directory(which is in DDR).
 
Record one UYVY data to file /dev/shm/  directory(which is in DDR).
   −
* veye_raspistill
+
*veye_raspistill
   −
Capture a image and save it as jpeg file.DEVELOPING.
+
Capture a image and save it as jpeg file.DEVELOPING.<br />
 +
===Video Control Toolkits Manual===
 +
On Raspberry Pi, I2C-0 is used by GPU. We use I2C-1 as control bus for VEYE Camera Module. We provide a Shell Script — camera_i2c_config— to config pin usage.
   −
<br />
+
Video Control Toolkits Manual : [[I2C cmd manual|VEYE-MIPI-290/327 i2c]]
===Video Control Toolkits Manual===
   
<br />
 
<br />
 
===RPI Computer Module and RPI Zero Additional Info===
 
===RPI Computer Module and RPI Zero Additional Info===
 +
 +
=== FFC Cable Remarks ===
          
<br />
 
<br />

Navigation menu