camera pose using multiple aruco markers
I am trying to find the pose of the camera with aruco markers fixed on the wall. In any given frame there will be 2-3 markers and i need to find the pose of the camera.
I see that detect_markers.cpp can calculate the pose of the markers. Is it possible to repurpose this to get camera pose using multiple markers?
Thanks in advance.