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 ====
Line 162: Line 162:  
<code>    Once completed, you can directly use /dev/video0 or /dev/video8 to obtain image data</code>
 
<code>    Once completed, you can directly use /dev/video0 or /dev/video8 to obtain image data</code>
   −
Before proceeding with further operations, it is '''necessary''' to execute this script to complete the configuration of parameters.
+
'''Note: This script must be executed after each startup to complete the configuration of the parameters before proceeding with further operations.'''
    
For instance:
 
For instance:
Line 285: Line 285:  
Because of the high flexibility of our camera parameters, we do not use V4L2 parameters to control, but use scripts to configure parameters.
 
Because of the high flexibility of our camera parameters, we do not use V4L2 parameters to control, but use scripts to configure parameters.
   −
<nowiki>https://github.com/veyeimaging/raspberrypi/tree/master/i2c_cmd</nowiki>
+
https://github.com/veyeimaging/raspberrypi_v4l2/tree/main/i2c_cmd
    
[[VEYE-MIPI-290/327 for Raspberry Pi#Video Control Toolkits Manual|VEYE Series Video Control Toolkits Manual]]
 
[[VEYE-MIPI-290/327 for Raspberry Pi#Video Control Toolkits Manual|VEYE Series Video Control Toolkits Manual]]

Navigation menu