mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
Charuco Support (#1312)
Add charuco calibration to photonvision. Currently does not support generating custom charuco boards. This does not support https://calib.io/pages/camera-calibration-pattern-generator. Currently only supports the 4X4_50 family. Also removes all dotboard calibration. Fixes using the lowest possible fps while doing calibration (now uses the highest fps available for each resolution).
This commit is contained in:
@@ -314,6 +314,7 @@ export const useCameraSettingsStore = defineStore("cameraSettings", {
|
||||
startPnPCalibration(
|
||||
calibrationInitData: {
|
||||
squareSizeIn: number;
|
||||
markerSizeIn: number;
|
||||
patternWidth: number;
|
||||
patternHeight: number;
|
||||
boardType: CalibrationBoardTypes;
|
||||
|
||||
Reference in New Issue
Block a user