fix: use real wide camera FoV (42.65° × 24.45°) for DWARF Mini
The app display value (8.0×6.5) is a digitally-cropped view. The firmware
reports the true physical FoV via GetDeviceState. Update DefaultFoVH/V,
README, and ODOMETRY docs accordingly.
💘 Generated with Crush
Assisted-by: Crush:/models/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved-Q4_K_M.gguf
This commit is contained in:
@ -115,7 +115,7 @@ dwarfctl serve --ip 192.168.88.1 --cam wide
|
||||
|
||||
# With custom settings
|
||||
dwarfctl serve --ip 192.168.88.1 --cam wide --addr 127.0.0.1:7777 \
|
||||
--interval 5s --fov-h 8.0 --fov-v 6.5
|
||||
--interval 5s --fov-h 42.65 --fov-v 24.45
|
||||
```
|
||||
|
||||
### How it works
|
||||
|
||||
Reference in New Issue
Block a user