Skip to content

Commit b288bcb

Browse files
committed
Update README for fg12-16ch
Signed-off-by: ejgoldik <ehud.joseph.goldik@realsenseai.com>
1 parent 82b6272 commit b288bcb

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README_JP5.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,19 @@ The developers can set up the source code with NVIDIA's Jetson git repositories
9595
9696
./build_all.sh 5.1.2
9797
```
98+
For Fangzhu FG12-16CH support (Currently only supported on 5.0.2):
99+
```
100+
./setup_workspace.sh 5.0.2
101+
102+
- Single camera connected to cam0:
103+
./apply_patches.sh --fg12-16ch 5.0.2
104+
105+
- Dual camera connected to cam0 and cam4:
106+
./apply_patches.sh --fg12-16ch-dual 5.0.2
107+
108+
./build_all.sh 5.1.2
109+
```
110+
98111
Note: dev_dbg() log support will not be enabled by default. If needed, run the `./build_all.sh` script with `--dev-dbg` option like below.
99112
```
100113
./build_all.sh --dev-dbg 5.1.2

0 commit comments

Comments
 (0)