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

Pages: [1]
1
Python and Java API / Re: Python Script Texture Size and Count
« on: November 09, 2018, 04:25:55 AM »
Nevermind, I found it as a parameter under buildUV.

2
Python and Java API / Python Script Texture Size and Count
« on: November 09, 2018, 04:14:33 AM »
Good evening,

It looks like at some point there was a count parameter for the chunk.BuildTexture function but it is no longer available.  How do I build a multi file texture with a script?  Thank you!

3
General / Re: Markers Not Being Detected
« on: August 24, 2017, 02:17:25 PM »
Thanks for the help SAV.  Seems my markers were too big.  I hadn't really considered that.  Thanks!

Drew

4
General / Markers Not Being Detected
« on: August 23, 2017, 04:12:03 PM »
I'm doing some testing of a simple turntable for object photogrammetry and run into some problems with detection of markers.  I started using 16bit markers and was having problems detecting them so moved to 12bit.  Even then I'm detecting basically no markers, maybe 1 out of this whole bunch with the entire set of photos.  I have included a sample picture (downsized) below.  Lighting isn't perfect but I'd think it wold be good enough for my testing purposes.  I've done this before without an issue but all of a sudden it isn't working.  Any ideas?


5
Python and Java API / Install Additional Python Modules
« on: August 21, 2017, 01:59:56 PM »
I have a script that needs some external modules (lxml for XML Parsing) and while I have it installed on my system, it seems that Photoscan might have its own installation of Python for its scripting purposes.  Is it possible to install additional modules via pip into this installation of python?

I'm working on a Mac running Sierra if that helps.

Thanks!

6
Python and Java API / Re: Is Chunk Aligned?
« on: July 12, 2017, 07:18:55 PM »
Thanks!  I'll give it a try.

7
Python and Java API / Re: Is Chunk Aligned?
« on: July 12, 2017, 06:55:54 PM »
Any ideas on how to check if buildUV or buildTexture has been run?  Those are the last two steps I need to verify if possible.

Thanks!
Drew

8
Python and Java API / Re: Is Chunk Aligned?
« on: July 12, 2017, 05:27:07 PM »
Thanks Alexey!

I was trying something similar and looking for a camera that had a center location value.  I like yours better.

Drew

9
Python and Java API / Is Chunk Aligned?
« on: July 12, 2017, 04:20:53 PM »
I am writing a batch script in Python to process a whole bunch of big projects while I am traveling over the next few weeks and don't need my computer.  I am new to the PhotoScan API so thought I'd ask here.  Is there a way to determine if matchPhotos and/or alignCameras has previously been run on the active chunk?  I don't want to have to rerun them if I have already done them previously.  I can check to see if things like a model exist to prevent rerunning those files but not sure about the align cameras functions.

Thanks!

Pages: [1]