Skip to content

Commit 2a285fc

Browse files
committed
README: Document ISP tuning
1 parent 6ffeb8d commit 2a285fc

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,11 @@ sudo ./setup.sh
3232
```
3333

3434
Setup script:
35+
3536
- Fetches NVIDIA device tree headers required for build
3637
- Builds and installs kernel module via [DKMS](https://github.com/dell/dkms)
3738
- Builds and copies device tree overlay (`.dtbo`) to `/boot`
38-
39-
Optionally, install the ISP tuning file:
40-
41-
```bash
42-
sudo cp ./tuning/camera_overrides.isp /var/nvidia/nvcam/settings
43-
```
44-
45-
To restore default ISP parameters, remove the overrides file:
46-
47-
```bash
48-
sudo rm /var/nvidia/nvcam/settings/camera_overrides.isp
49-
```
39+
- Installs ISP tuning to `/var/nvidia/nvcam/settings/`
5040

5141
Use Jetson-IO to configure the CSI connector:
5242

@@ -215,6 +205,20 @@ echo 0 | sudo tee /sys/module/nv_ar0234/parameters/test_mode
215205
| 3 | Fade-to-grey color bar |
216206
| 256 | Walking 1s (10-bit) |
217207

208+
## ISP tuning
209+
210+
Tuning file carries ISP parameters for this sensor: black level, white balance and color correction. Lens shading is left disabled. Global `camera_overrides.isp` applies to every camera and would shadow it, so setup retires it to `camera_overrides.isp.bak`.
211+
212+
Setup installs a file per badge, `kurokesu_front_234CSI.isp` and `kurokesu_rear_234CSI.isp`, so each camera on a dual board resolves its own.
213+
214+
To restore default ISP parameters, remove tuning files and restart Argus:
215+
216+
```bash
217+
sudo rm /var/nvidia/nvcam/settings/kurokesu_front_234CSI.isp
218+
sudo rm /var/nvidia/nvcam/settings/kurokesu_rear_234CSI.isp
219+
sudo systemctl restart nvargus-daemon
220+
```
221+
218222
## Development builds
219223

220224
For manual builds without DKMS:

0 commit comments

Comments
 (0)