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

Pages: [1]
1
Face and Body Scanning / A method to download photos from multi-camera rig
« on: February 04, 2015, 12:39:04 AM »
Hello,
I have been dealing with multi camera rig for couple of years and found it’s not so easy to download photos from a big number of cameras reliably even with a professional software. Last year I built a rig with 128 sets of Canon T3i downloading photos with this method. It has been proved to be not only reliable but also very easy to operate. The method is base on Windows Explorer in Windows 7 OP. Should anybody be interested in it, I am glad to share with you.

2
Python and Java API / shift vector function in exportModel
« on: August 24, 2014, 01:30:11 AM »
Dear Sir,

I want to export a pdf file with a fixed model position.

I found the model position in the exported pdf file does not change with different shift vector values, for exemple [0,0,0] and [1000,1000,1000].
What's the reason?

Thank you for your advise.

Code: [Select]
[new_chunk = PhotoScan.app.document.activeChunk
filename="C:/3D/zx2.pdf"
Format="pdf"
new_chunk.exportModel(filename, binary=True, precision=6, texture_format="jpg", texture=True, normals=True,colors=True, cameras=True, format=Format, shift=[0,0,0])]

3
Python and Java API / how to input arguments to a script
« on: April 07, 2014, 06:08:45 PM »
I tried to input arguments to a script through Run Python Script dialogue window, but failed. The code is is as below:

AA=input('input argument AA:')
print (AA)

bb=input('input argument bb:')
print (bb)



Reffer the attached picture.

Console message:
Traceback (most recent call last):
  File "C:/Python33/try.py", line 4, in <module>
    AA=input('input argument AA:')
RuntimeError: input(): lost sys.stdin

Anyone can help? Thanks in advance.

Pages: [1]