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

Pages: [1]
1
Python and Java API / Load Reference not working
« on: October 08, 2017, 07:37:14 PM »
Hello,

I´m using de load reference this directory and return sucess result and Align Camera.

Code: [Select]
chunk0.addPhotos(['c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09993.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09994.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09995.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09996.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09997.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09998.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09999.JPG'])
chunk0.loadReference('c:\\__Imagens_a_processar\\1576z1\\Fotos\\voo 1\\Direita\\GEOAG_CAM_DIR_100.txt',PhotoScan.ReferenceFormat.ReferenceFormatCSV, '[n|y|x|z|c|b|a|Y|X|Z]', ' ',skip_rows=1)

If i´m using this directory, load references not work. But load all photos the same directory.
Code: [Select]
chunk1.addPhotos(['c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09993.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09994.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09995.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09996.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09997.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09998.JPG','c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\DSC09999.JPG'])
chunk1.loadReference('c:\\__Imagens_a_processar\\1577z1_1588z1\\Fotos\\voo 1\\Esquerda\\GEOAG_CAM_DIR_100.txt',PhotoScan.ReferenceFormat.ReferenceFormatCSV, '[n|y|x|z|c|b|a|Y|X|Z]', ' ',skip_rows=1)

The reference files is the same for both cases.

Thanks

2
Bug Reports / Re: "APPCRASH" Error When Trying to Align Photos
« on: August 23, 2017, 08:32:24 PM »
Hello Alexey,

Installed SP1 and problem resolved.

Thanks.

3
Bug Reports / "APPCRASH" Error When Trying to Align Photos
« on: August 22, 2017, 07:41:28 PM »
Hi,

This error ocurrer in middle process Align Photos.

Faulting application name: photoscan.exe, version: 1.0.0.1, time stamp: 0x5992dd13
Faulting module name: cholmod.dll, version: 0.0.0.0, time stamp: 0x53d15936
Exception code: 0xc000001d
Fault offset: 0x00000000000968e6
Faulting process id: 0x7c0
Faulting application start time: 0x01d31b54e2c589d3
Faulting application path: C:\Program Files\Agisoft\PhotoScan Pro\photoscan.exe
Faulting module path: C:\Program Files\Agisoft\PhotoScan Pro\cholmod.dll
Report Id: 89064ed4-8749-11e7-bec0-00155d02d90a

PhotoScan Installed Version: 1.3.3.4827
Windows 7 64bit

Thanks

4
Python and Java API / Re: Using file XML Batch in script Python
« on: August 09, 2017, 03:59:38 PM »
Alexey,

Thanks for your answer.

5
Python and Java API / Using file XML Batch in script Python
« on: August 08, 2017, 10:52:53 PM »
Hello,

I´m trying using the file Batch(XML) in script Python, but method findBatch not working as imagined.


Code: [Select]
import PhotoScan
chunk = PhotoScan.app.document.addChunk()

chunk.addPhotos(["C:\img\DSC09957.JPG","C:\img\DSC09959.JPG"])
chunk.loadReference ("C:\img\GEOAG_CAM_DIR_100.txt" , PhotoScan.ReferenceFormat.ReferenceFormatCSV, '[n|x|y|z|XYZ|a|b|c|ABC]', ' ')

batch_id = chunk.findBatch("C:\img\BatchPhotoscan_F.xml")
client.resumeBatch(batch_id)



This process is possible?

Thanks!

Pages: [1]