Changes

Jump to navigation Jump to search
Line 61: Line 61:  
* For Raspberry Pi 5
 
* For Raspberry Pi 5
   −
<code>sudo ./install_driver_rpi5.sh [camera module]</code>
+
<code>sudo ./install_driver_rpi5.sh camera_module_name</code>
    
It will install both CAM1 and CAM0 overlays in /boot/config.txt.
 
It will install both CAM1 and CAM0 overlays in /boot/config.txt.
Line 67: Line 67:  
* For other Raspberry Pi
 
* For other Raspberry Pi
   −
<code>sudo ./install_driver.sh [camera module]</code>
+
<code>sudo ./install_driver.sh camera_module_name</code>
   −
camera module:could be veye327,csimx307,cssc132,veyecam2m.
+
camera_module_name:could be veye327,csimx307,cssc132,veyecam2m.
    
'''Note: veyecam2m is a new version driver that can replace veye327 and supports all modules of the VEYE series with 200W resolution.'''
 
'''Note: veyecam2m is a new version driver that can replace veye327 and supports all modules of the VEYE series with 200W resolution.'''
Line 82: Line 82:  
If you need to change to using the camera by veye_raspicam software, or if you want to change to a driver of another camera module model, you must first uninstall the current driver.
 
If you need to change to using the camera by veye_raspicam software, or if you want to change to a driver of another camera module model, you must first uninstall the current driver.
   −
<code>sudo ./uninstall_driver.sh [camera module]</code>
+
<code>sudo ./uninstall_driver.sh camera_module_name</code>
   −
camera module:could be veye327,csimx307,cssc132,veyecam2m.
+
camera_module_name:could be veye327,csimx307,cssc132,veyecam2m.
    
==== Camera in FPD-Link3 Mode ====
 
==== Camera in FPD-Link3 Mode ====

Navigation menu