Dear all,
I want to make a network Task MatchPhotos with several PCs with the following python script
task = PhotoScan.NetWorkTask()
task.name = "MatchPhotos"
task.params["network_distribute"] = True
task.params["store_keypoints"] = True
client = PhotoScan.NetWorkClient()
client.connect("10.118.29.22")
batchId = client.createbatch("\\test.psx",[task])
client.resumebatch(batchID)
When I add new photos to chunk that already has photos aligned, and run the script , it will still do feature detecting on the photos aligned. And the attribute"store_keypoints" seems not effect. Any suggestions on how to use the attribute "store_keypoints"?
By the way, I tried to use the attribute "pairs" of Task.MatchPhotos to define list of camera pairs to match in network mode,but I can not find a right way to use the attribute. Any ideas will be appreciated
Best regards!