pal-robotics / aruco_ros

Software package and ROS wrappers of the Aruco Augmented Reality marker detector library
MIT License
448 stars 306 forks source link

Is there a maximum detection distance? #75

Closed dj4park closed 4 years ago

dj4park commented 5 years ago

I noticed that the aruco markers are no longer detected when the camera is any further than ~1.5m. When the camera is within the range of 1.5-1.8m, the entire marker and the surrounding white border is still visible. Is there a configuration parameter that I can change? What exactly is causing this constraint?

I am using a ZED camera which is calibrated.

lucaasgregorio commented 4 years ago

Hi, I have the very same question. Did you have any advance on improving it? I do also have the same ZED (2, in my case) camera. Thank you.

v-lopez commented 4 years ago

I believe the only limitation is the resolution of the image. I've experienced using markers with less pixels and have found an increase in the detection range.

But we do not add an artifical limitation to the distance, I've measured markers over 4m with a raspicam and a 0.12x0.12m aruco marker.