OpenCV ArUco marker detection in Java does not work
I was working on a project where I have to detect ArUco markers in the images captured by the webcam. I was following the documentation until I found out that Java implementation of OpenCV ArUco module differs from what was described in the documentation, and deviated to finding my own way of detecting ArUco markers. Here is a minimal, reproducible example: