Aruco Marker Detection iOS

asked 2018-04-29 20:19:50 -0600

Hi,

I'm currently working on a project detecting ArUco markers using an iPad. I managed to get it working perfectly with the rear facing camera, as that was easier for testing purposes. However, when I came to switch it to the front facing camera (which my project needs), the markers were simply being rejected. The code between the two was totally unchanged, besides switching the cameras. I've tried recalibrating multiple times for the front camera but no change.

The only explanation I could think of as to why the ArUco marker was being added to the rejected list was that I was using the wrong dictionary, but I'm certain that's not the case as the rear facing camera detects it fine.

Cheers

edit retag flag offensive close merge delete

Comments

I think some front facing cameras will flip the image. Make sure that is not happening. https://www.quora.com/Why-does-the-iP...

dpizzle gravatar imagedpizzle ( 2018-05-01 08:19:53 -0600 )edit

can you share the code for detecting Aruco marker in swift

prakashchowdary gravatar imageprakashchowdary ( 2018-09-19 22:04:44 -0600 )edit