Adding a camera_id to our intrinsic calibration file
We'll need to manually label and track these, since the pi cameras
don't have an internal serial number (as best I can tell).
I think this is important, since we can swap cameras between pi's
and it's hard to be sure we've got the right calibration based on
pi hostame.
Including calibration files for cameras 22-01 to 22-07
Added a little detail to the CHECK, since it wasn't very clear
Change-Id: I6dd6f8e19355bb0fefce2fcb7fd79ba5c95fb374
Signed-off-by: Jim Ostrowski <yimmy13@gmail.com>
diff --git a/y2022/vision/create_calib_file.py b/y2022/vision/create_calib_file.py
index de9f65d..6b24d28 100644
--- a/y2022/vision/create_calib_file.py
+++ b/y2022/vision/create_calib_file.py
@@ -44,13 +44,9 @@
def main():
-
- camera_calib_list = None
-
- output_path = sys.argv[1]
-
camera_calib_list = camera_definition.load_camera_definitions()
+ output_path = sys.argv[1]
glog.debug("Writing file to %s", output_path)
fbb = flatbuffers.Builder(0)