Changes

Jump to navigation Jump to search
Line 162: Line 162:  
=== Android ===
 
=== Android ===
    +
==== Update Android system ====
 +
Download the latest rk356x_firefly_android.tar.gz from https://github.com/veyeimaging/rk356x_firefly/releases/ .
 +
 +
Burn the system refer to firefly's documentation.
 +
 +
==== Check system status ====
 +
Login system via ADB, then 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>veyecam2m 4-003b:  camera id is veyecam2m</code>
 +
 +
<code>veyecam2m 4-003b: sensor is IMX327</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.
 +
 +
==== Application example ====
 +
The camera can be opened using the camera program that comes with the system.
 +
 +
====Compile system from source code====
 +
https://github.com/veyeimaging/rk356x_firefly/tree/main/android/drivers
 
=== References ===
 
=== References ===
  

Navigation menu