blob: e62e2535b389f4227ad7c0ca6eab6e8bbc99b3c7 [file] [log] [blame]
include "frc971/vision/calibration.fbs";
namespace y2023;
table CameraConfiguration {
calibration:frc971.vision.calibration.CameraCalibration (id: 0);
}
table Constants {
cameras:[CameraConfiguration] (id: 0);
}
root_type Constants;