script name changed

This commit is contained in:
yair
2025-11-16 02:57:30 +02:00
parent 9051fe182a
commit 245f26e069
3 changed files with 4 additions and 4 deletions

View File

@@ -268,14 +268,14 @@ $udpClient.Close()
## Testing
A test client script is provided: `scripts/test_exposure_control.py`
A test client script is provided: `scripts/camera_control.py`
```bash
# Run the camera pipeline
uv run scripts/launch-ids.py
# In another terminal, test exposure control
uv run scripts/test_exposure_control.py
uv run scripts/camera_control.py
```
## Future Enhancements