Locating a particular stone within the sample image of stones (image_targets_2022.pdf)
I've printed the sample 9.7" x 9.7" image from the Vuforia Sample Target pdf, and have a text file with a set of coordinates (in millimeters) for each stone.
My goal is have Vuforia place a marker on any of the stones. For example, if I enter stone #10, the AR Android app will lookup the position from the file (89mm , 13mm) and place a marker there.
However, if the camera gets too close to the image, such that only a portion is in the camera-view.. , would Vuforia know which stones are still visible? For example, if the camera is pointing to the bottom-right corner only, is Vuforia smart enough to know where on the image it is looking at so that it only places markers on the stones that are in view?
BTW, I'm very new to Unity/Vuforia, so I really want to keep it simple, and avoid using OpenCV/MultiImage-Feature Tracking/Sensor Fusion. I tried searching for any example related to this, but could not find anything.
Any tips, or suggestions are greatly appreciated!

