hi
I'm trying to python the process of detecting markers of coded targets, and then import the predefined coordinates of markers exported from previous sessions of GUI (same markers)
the following code runs and detect markers works but then it doesn't seem to assign coordinates values to the markers. (where i successfully did so from GUI)
chunk.detectMarkers()
chunk.loadReference( markerFile, "csv")
chunk.updateTransform()
where #markerFile is the full path of the CSV .txt
secondly, chunk.detectMarkers( type = TargetCircular12bit, tolerance=50 ) gives me errors so i stick with default without parameters but i hope i can have it
any insights appreciated!