You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Installs ISP tuning to `/var/nvidia/nvcam/settings/`
50
40
51
41
Use Jetson-IO to configure the CSI connector:
52
42
@@ -215,6 +205,20 @@ echo 0 | sudo tee /sys/module/nv_ar0234/parameters/test_mode
215
205
| 3 | Fade-to-grey color bar |
216
206
| 256 | Walking 1s (10-bit) |
217
207
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:
0 commit comments