Skip to content

Commit

Permalink
Merge pull request #671 from uist1idrju3i/feature/camera
Browse files Browse the repository at this point in the history
Update Camera section
  • Loading branch information
Zepan authored May 14, 2024
2 parents 8ada003 + 6dc4869 commit 0aafaf7
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions docs/hardware/en/lichee/RV_Nano/5_peripheral.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,15 +295,26 @@ Install the camera onto the camera mount, paying attention to the wire sequence.
Then execute:

```
/opt/camera.sh 0
/mnt/system/usr/bin/sample_vio 6 # Real-time display of camera images on the screen
# Type 255 to exit the program
```

```
/mnt/system/usr/bin/sensor_test # Camera test program that can be used to dump single YUV images.
```

When using the 70405 (beta) boards:

```
touch /boot/alpha # Beta version
# rm /boot/alpha # Official version
cd /mnt/data
cp sensor_cfg.ini.alpha sensor_cfg.ini # Beta version
# cp sensor_cfg.ini.beta sensor_cfg.ini # Official version
echo "
1
0
1
255" | sensor_test # Capture an image, saved in the current directory
```


## Button

To view button events, use the command:
Expand Down

0 comments on commit 0aafaf7

Please sign in to comment.