Changes

Jump to navigation Jump to search
Line 60: Line 60:  
<code>./veye_raspipreview -t 20000</code>
 
<code>./veye_raspipreview -t 20000</code>
   −
Privew,20s video Real-time display to HDMI output.
+
Dispaly real-time video to HDMI output, lasts 20 seconds.
    
<code>./veye_raspipreview -t -1</code>
 
<code>./veye_raspipreview -t -1</code>
Line 136: Line 136:  
For WAVESHARE CMIO board, please refer to [http://www.waveshare.net/w/upload/4/46/Compute_Module_IO_Board_PLUS_User_Manual.pdf Link],Page 7.
 
For WAVESHARE CMIO board, please refer to [http://www.waveshare.net/w/upload/4/46/Compute_Module_IO_Board_PLUS_User_Manual.pdf Link],Page 7.
 
====Video Stream Toolkits====
 
====Video Stream Toolkits====
<br />
+
All command support  [-cs] option.
 +
 
 +
option -cs 0 to control CAM0, -cs 1 to control CAM1. For example:
 +
 
 +
*veye_raspipreview
 +
 
 +
<code>./veye_raspipreview -cs 0 -t 20000</code>
 +
 
 +
Dispaly real-time video to HDMI output,from CAM0, lasts 20 seconds.
 +
 
 +
*veye_raspivid
 +
 
 +
<code>./veye_raspivid -cs 1 -t 5000 -o ~/test.h264</code>
 +
 
 +
Implement H.264 format encoding and record for 5 seconds from camera 1,Record the stream data to file ~/test.h264.<br />
 
====Video Control Toolkits====
 
====Video Control Toolkits====
<br />
+
Downloading dt-blob.bin file from link,and upload it to /root/,reboot RPI.
 +
 
 +
<code>./camera_i2c_config [cameranum]</code>
 +
{| class="wikitable"
 +
!cameranum
 +
!description
 +
|-
 +
|0
 +
|CAM0
 +
|-
 +
|1
 +
|CAM1
 +
|}<code>./veye_mipi_i2c.sh -b [i2c bus num]</code>
 +
{| class="wikitable"
 +
!i2c bus num
 +
!description
 +
|-
 +
|0
 +
|CAM0
 +
|-
 +
|1
 +
|CAM1
 +
|}<br />Other options see : [[VEYE-MIPI-290/327 i2c/zh|VEYE-MIPI-290/327 i2c]]
 
===FFC Cable Remarks===
 
===FFC Cable Remarks===
 +
 +
* For Standard RPI,use FFC cable TypeB.
 +
 +
[[File:Veye Base Adapter FFC.jpg|center|thumb|600x600px|FFC Cable TypeB.]]
 +
 +
* For RPI CM3 ,use FFC cable TypeA.
 +
 +
[[File:Veye Computer Module 3 IO BRD V3 FFC同面.jpg|center|thumb|600x600px|FFC Cable TypeA.]]
          
<br />
 
<br />

Navigation menu