Changes

Jump to navigation Jump to search
Line 83: Line 83:  
Take the VEYE-MIPI-IMX327S camera in FPD-Link3 mode as an example:
 
Take the VEYE-MIPI-IMX327S camera in FPD-Link3 mode as an example:
   −
First, install the drivers correctly:
+
Install the drivers correctly:
    
<code>sudo ./install_driver.sh ds90ub954</code>
 
<code>sudo ./install_driver.sh ds90ub954</code>
    
<code>sudo ./install_driver.sh veyecam2m</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 ===

Navigation menu