Fix ArUco detection perf cliff with OpenCV 4.13
minMarkerPerimeterRate=0.002 triggers a catastrophic slowdown in
OpenCV 4.13 on certain images (50ms → 14s per frame). Raise to 0.003
which stays fast (~76ms) and still detects 16px tags on up to 4K displays.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>