Before taking multiple images and camera alignment (will take much time),
I would like to simply check whether or not markers can be detected in a single image.
I run my python script in headless mode.
My script has the following procedure.
1. Read a single image that contain coded target markers.
2. Detect the markers.
(coded-target can be detected even before camera alignment)
3. Save the image in which the markers are drawn.
I have completed step 2, but I don't know how to get the image data with the marker (flag) drawn on it.
Is it possible to obtain a 2D image with markers as displayed in Metashape's GUI?