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 - BarryReid

Pages: [1]
1
Python and Java API / Show script errors in the console
« on: August 05, 2015, 09:28:00 AM »
Hi All

Is there a way to turn on errors in the photoscan console. If I run a script function that I have bound to a custom menu item and that function has a python error in it, photoscan does not throw that error. However if I typr the commands into the python console it will show me the error.

Barry

2
Python and Java API / Export DXF
« on: June 24, 2015, 08:32:18 AM »
Hi guys

When exporting a DXF model in the GUI you get the option to select 3DFace or Polyline. However, when you use the API I am not able to find a way to set what output type I would like.

Can anyone tell me how to do this? Also, if there is not a way to set this, can some one tell me what the default output is.

3
Python and Java API / Changing coordinate system on all cameras
« on: June 11, 2015, 05:05:20 AM »
Hi there

I'm trying to figure out how to convert the coordinate system on all cameras using the API.

I have tried something like this

Code: [Select]
crs = app.getCoordinateSystem("Select project coordinate system")
chunk.crs = crs

But that changes the project coordinate system but does not convert the cameras projection from the old to the new.

I just want it to do the same thing as hitting the convert button on the camera reference tab.

Pages: [1]