Compensate for binning in picam FOV (#186)

Compensates for picam binning in the OV sensor.
This commit is contained in:
Matt
2020-12-23 00:42:39 -08:00
committed by GitHub
parent 5768648cde
commit f2f32da2f9
2 changed files with 48 additions and 29 deletions

View File

@@ -25,8 +25,8 @@
/>
<CVnumberinput
v-model="cameraSettings.fov"
:tooltip="cameraSettings.isFovConfigurable ? 'Field of view (in degrees) of the camera measured across the diagonal of the frame' : 'This setting is managed by a vendor'"
name="Diagonal FOV"
:tooltip="cameraSettings.isFovConfigurable ? 'Field of view (in degrees) of the camera measured across the diagonal of the frame, in a video mode which covers the whole sensor area.' : 'This setting is managed by a vendor'"
name="Maximum diagonal FOV"
:disabled="!cameraSettings.isFovConfigurable"
/>
<br>