Forum

Show Posts

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.


Topics - gorin

Pages: [1]
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

2
Python and Java API / script exportPoints in .ply with coordinate?
« on: September 05, 2013, 03:14:04 PM »
hello, i try to make a script to export all my chunk in .ply with real coordinate.
The script run but i have no result. The new file is not created.
Someone can tell me where is my mistake? I'm not sure of my script. I use some sample to make this. (i'm beginner)

Code: [Select]
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)

And how can i use shift mode in this script ?

Thank's

Pages: [1]