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.


Messages - m

Pages: [1]
1
Python and Java API / Re: Python - start from command line
« on: February 16, 2017, 07:00:54 PM »
Hi



I found photoscan --help


m

2
Python and Java API / Python - start from command line
« on: February 16, 2017, 06:40:58 PM »
Hi


In the change log for version 1.3 it is written:
        Added support for running scripts from command line.
        Added advanced Python console.

Is it any documentation for this?


m

3
General / License - node to floating
« on: February 14, 2017, 07:57:49 PM »
Hi


Is it possible to change from node to floating license?


m

4
Hi


We want to run network processing for several chunks, each chunk with a limited number of cameras.

First I have a loop that create chunks, import cameras, import camera calibration file, detect markers, import csv with coordinates for markers.

Then I run network processing for the whole project, using MatchPhotos and AlignCameras as discribed in your example in this post.
But network processing starts when everything else in script is done, even if it is written earlier in the code. Processing then overwrite what is processed earlier.

How can I controll when network processing starts and stops?
I also find API documentation for network processing a bit deficient, will the API be updateed with version 1.3?


m

5
Feature Requests / Better selection tools
« on: September 30, 2016, 02:48:24 PM »
Hi


I often have a pointcloud of a box with an object inside.
With the selection tools it is difficult to remove the object since I select both the box and the object.

Would it be possible to adjust the bounding box to show only a part of the pointcloud, select and remove the object, and then show the whole pointcloud again?

m

6
General / Re: Import shapes
« on: September 19, 2016, 12:00:25 PM »
Hi


I used 3Dreshaper.


m


7
General / Import shapes
« on: September 16, 2016, 01:19:36 PM »
Hi

I'm trying to import shapes fra a dxf into photoscan.
They have the correct position in xy, but they don't have the correct height. Height for all nodes are the same, probably 0.
Lines are 3D polylines.

When I draw lines in photoscan, export as dxf and import again, they are correct. These are also 3D polylines.

What am I doing wrong?

Version is 1.2.6 build 2834.


m

8
Python and Java API / Re: Update view and bounding box for each chunk
« on: December 23, 2015, 04:37:52 PM »
Hi


The best solution will be to specify all eight corners as the height/depth will vary a lot from chunk to chunk.

Thank you for the code, I will test it after the holiday.


m

9
Python and Java API / Re: Update view and bounding box for each chunk
« on: December 11, 2015, 05:55:30 PM »
Hi


Impressive fast reply to this post.


I would like to use coordinates of the corners and view point from the top.


m

10
Python and Java API / Update view and bounding box for each chunk
« on: December 11, 2015, 05:49:31 PM »
Hi


I want to process many chunks in loop with a python script, but I have an issue with reset view and bounding box.

The predefined bounding box is not always big enough to cover the point cloud and I must manually rotate and resize bounding box before dense cloud processing is started. This is time consuming and batch processing is splitted in two parts.

I work with a coordinate system and have markers.
Bounding box must be aligned to the coordinate system.

I would also like to reset view for each chunk in a loop before exporting an pdf.

How can I work this out with Python scripting?


m

11
Python and Java API / Problem with script with version 1.2.0
« on: November 24, 2015, 07:34:50 PM »
Hi


I've problems with my Photoscan script after updating to version 1.2.0(64-bit), the script run smoothly with version 1.1.6(64-bit).

Error message from console is:

2015-11-24 17:33:52     chunk = PhotoScan.Chunk()
2015-11-24 17:33:52 TypeError: cannot create 'Chunk' instances



How can I solve this?


m

Pages: [1]