hi,
is there a way to code the following simple idea?
after aligning cameras and aligned the scene by coded markers, i want to specify a hardcoded coordinates of region,
e.g. [1,2,1] for a fixed volume of 1m wide x 2m height x 1m depth for scanning human
i tried some
newregion.center = PhotoScan.Vector([0,0,0])
newregion.size = PhotoScan.Vector([1,2,1])
chunk.region = newregion
but the region is Off
and secondly i don't know how to reset the rotation to zero ( align to the 3 axis)
advise is appreciated