Changes

Jump to navigation Jump to search
Line 36: Line 36:  
|Done
 
|Done
 
|}
 
|}
 +
In addition, FPD-Link3 mode connection is now supported.
 +
 
=== Hardware Setup ===
 
=== Hardware Setup ===
 
[[VEYE-MIPI-290/327 for Raspberry Pi#Hardware Setup|VEYE series camera module setup on rpi]]
 
[[VEYE-MIPI-290/327 for Raspberry Pi#Hardware Setup|VEYE series camera module setup on rpi]]
Line 75: Line 77:     
camera module:could be veye327,csimx307,cssc132,veyecam2m.
 
camera module:could be veye327,csimx307,cssc132,veyecam2m.
 +
 +
==== Camera in FPD-Link3 Mode ====
 +
For a camera operating in FPD-Link3 transmission mode, it is necessary to ensure that the ds90ub954 driver is loaded and initialized before loading the camera driver and performing probe.
 +
 +
Take the VEYE-MIPI-IMX327S camera in FPD-Link3 mode as an example:
 +
 +
First, install the drivers correctly:
 +
 +
<code>sudo ./install_driver.sh ds90ub954</code>
 +
 +
<code>sudo ./install_driver.sh veyecam2m</code>
 +
 +
Then, modify <code>/boot/config.txt</code> and comment out the automatic loading of <code>veyecam2m</code>.
 +
 +
<code>#dtoverlay=veyecam2m</code>
 +
 +
Finally, modify <code>/etc/rc.local</code> and add the manual loading command before "exit 0" as follows:
 +
 +
<code>sleep 1;sudo dtoverlay veyecam2m</code>
 +
 +
<code>exit 0</code>
 +
 +
To uninstall the driver, reverse the steps mentioned above.
    
=== Check and Test the Camera ===
 
=== Check and Test the Camera ===
Line 282: Line 307:     
=== Document History ===
 
=== Document History ===
 +
 +
* 20230607
 +
 +
Add FPD-Link3 Driver and Its Description.
    
* 20230304
 
* 20230304

Navigation menu