1
Feature Requests / screenshots
« on: September 06, 2013, 09:49:42 AM »
It would be nice to include a screen capture function in PhotoScan.
Thanks
Thanks
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
import PhotoScan
doc = PhotoScan.app.document
proj = PhotoScan.CoordinateSystem("EPSG::2154")
for chunk in doc.chunks:
filename = chunk.label
pathd = "D:\diag_preventif\rd9_2013\photoscan_carriere_rd9\export\cor_"+filename+".ply"
chunk.exportPoints(pathd, format='ply', dense=True, projection=proj)