You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quality evaluation (reports metrics; does not apply)
143
-
python quality_dynamic.py
143
+
python calib_quality_dynamic.py
144
144
```
145
145
146
146
> Tip: Ensure your calibration target is well-lit, sharp, and observed across the **entire** FOV. Aim for high `meanCoverage` and steadily increasing `dataAcquired`.
@@ -149,19 +149,19 @@ python quality_dynamic.py
149
149
150
150
## Commands overview
151
151
152
-
-`StartCalibrationCommand()`
153
-
Begins dynamic calibration collection/solve. Use `OPTIMIZE_SPEED` for speed or `OPTIMIZE_PERFORMANCE` for more robust estimation.
152
+
-`StartCalibration()`
153
+
Begins dynamic calibration collection/solve.
154
154
155
-
-`ApplyCalibrationCommand(calibration)`
155
+
-`ApplyCalibration(calibration)`
156
156
Applies the provided `CalibrationHandler` to the device (affects downstream nodes in this session).
157
157
158
-
-`LoadImageCommand()`
158
+
-`LoadImage()`
159
159
Triggers coverage computation for the current frame(s).
160
160
161
-
-`CalibrationQualityCommand()`
161
+
-`CalibrationQuality()`
162
162
Produces a `CalibrationQuality` message with `qualityData` if estimation is possible.
163
163
164
-
-`ResetDataCommand()`
164
+
-`ResetData()`
165
165
Clears accumulated samples/coverage state to start fresh.
166
166
167
167
---
@@ -187,9 +187,9 @@ python quality_dynamic.py
187
187
Ensure the pattern is visible, not motion-blurred, and covers diverse regions of the image. Increase lighting, adjust exposure, or hold the rig steady.
188
188
189
189
-**Disparity looks worse after apply**
190
-
Re-run to collect more diverse views (tilt/translate the target), or try `OPTIMIZE_PERFORMANCE`. Check for lens smudges and ensure focus is appropriate.
190
+
Re-run to collect more diverse views (tilt/translate the target).
191
191
192
192
-**Typos in prints**
193
193
The examples should print “Successfully calibrated” and “Rotation difference” (avoid “Succesfully”/“dofference” if copying code).
0 commit comments