mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-gui.git
synced 2025-06-24 13:14:11 +08:00
15 lines
205 B
Plaintext
15 lines
205 B
Plaintext
|
## 相机SDK
|
||
|
```bash
|
||
|
/opt/HuarayTech/MVviewer/lib/libMVSDK.so
|
||
|
```
|
||
|
|
||
|
## GPIO
|
||
|
### 设置gpio功能
|
||
|
pin11控制雷达
|
||
|
```bash
|
||
|
bspmm 0x0102F00FC 0x0201
|
||
|
```
|
||
|
pin12控制相机
|
||
|
```bash
|
||
|
bspmm 0x0102F010C 0x0201
|
||
|
```
|