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

Pages: [1]
1
Python and Java API / Re: making Python work on Win 7 64bit
« on: December 25, 2011, 11:20:47 PM »
oh now it works!

2
Python and Java API / making Python work on Win 7 64bit
« on: December 25, 2011, 07:07:14 PM »
Hello

I tried the 0.8.4 demo version of photoscan and I do not seem to be able to make work python script that comes in the documentation:

import PhotoScan
doc = PhotoScan.app.document
doc.activeChunk.alignPhotos(accuracy = ’high’, preselection = ’generic’)
doc.activeChunk.buildModel(quality=’medium’, object=’arbitrary’, geometry=’smooth’, faces=200000)
doc.activeChunk.buildTexture(mapping=’generic’, blending=’average’, width=2048, height=2048)
doc.save(’test2’)

it does nothing and when I try the lines by itself I get error
any idea how to make it work?

Pages: [1]