Changes

Jump to navigation Jump to search
Line 72: Line 72:     
=== Check system status ===
 
=== Check system status ===
 +
Run the following command to confirm whether the camera is probed.
 +
 +
* VEYE-MIPI-XXX
 +
 +
<code>dmesg | grep veye</code>
 +
 +
The output message appears as shown below:
 +
 +
<code>camera id is veyecam2m</code>
 +
 +
<code>sensor is IMX327/IMX462/IMX385</code>
 +
 +
* Run the following command to check the presence of video node.
 +
 +
<code>ls /dev/video0</code>
 +
 +
The output message appears as shown below.
 +
 +
<code>video0</code>
 +
 +
The camera can be seen connected to the i2c-4.
    
=== Samples ===
 
=== Samples ===

Navigation menu