refine: improve exposure control precision and validation

- Lower minimum exposure from 1.0ms to 0.015ms in launch-ids.py validation
- Add exposure range validation (0.015-30000ms) to camera_control.py
- Update help text to display exposure range for better user guidance
- Adjust camera config: swap binning/subsampling values in nightcolor preset
- Add comment explaining subsampling vs binning behavior

Enhances exposure control granularity and provides clearer validation
feedback while optimizing camera configuration for low-light scenarios.
This commit is contained in:
yair
2025-11-16 06:27:51 +02:00
parent 969d716283
commit 6e1195c94c
3 changed files with 12 additions and 5 deletions

View File

@@ -20,8 +20,9 @@ Start X absolute=0
Start Y absolute=0
Width=1224
Height=1026
Binning=3
Subsampling=0
Binning=0
# subsempling doesnt make image brighter. like binning
Subsampling=3
[Scaler]