Parcourir la source

updateds config.ini

subDesTagesMitExtraKaese il y a 3 ans
Parent
commit
6409c6f21d
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      raspberry-pi/config.ini

+ 5 - 4
raspberry-pi/config.ini

@@ -39,17 +39,18 @@
 [mag_sensor]
 
 [opt_sensor]
-  capture_device = /dev/video1
+  capture_device = -1
   debug_image = yes
 
   # distance between center of fiducials in mm
-  target_distance = 165
+  target_distance = 55
 
   # x offset when target is in the center of camera (at offset=50%) in mm
   x_offset = 195
 
-  # FOV of the camera in °
-  fov = 75
+  # horizontal FoV of the camera in °
+  # RaspiCam datasheet: https://www.raspberrypi.org/documentation/hardware/camera/
+  fov = 53.50
 
 [gui]
   fullscreen = yes