-
Notifications
You must be signed in to change notification settings - Fork 2
Camera Calibration
See also https://github.com/UNSWComputing/rUNSWift/wiki/Changing-the-camera-settings-using-monitor
This guide aims to give a brief overview of how we calibrate the Nao cameras, i.e. the Camera Calibration
tab in Offnao.
It is not tested, just done by static analysis of the code, so might turn out to be wrong in places - please update as appropriate.
-
Settings like
top.exposure
are set in runswift.cfg -
Those settings are read into the
runswift
executable and placed on the blackboard in ? -
The settings get copied from the Blackboard to a
CameraSettings
object in NaoCamera.cpp -
Continuing in
NaoCamera.cpp
, the settings are applied via setCameraSettings and setControl -
These most likely affect the
Raw Image
in the connection settings bar of Offnao, i.e. getting them correct is important.