Forum

Author Topic: about Network processing  (Read 6558 times)

anglepanda

  • Newbie
  • *
  • Posts: 2
    • View Profile
about Network processing
« on: February 04, 2015, 11:54:11 AM »
how does   the  Network processing working? I cann't start the server.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14815
    • View Profile
Re: about Network processing
« Reply #1 on: February 04, 2015, 12:07:33 PM »
Dear Anglepanda,

Please refer to the Chapter 7 of PhotoScan Pro manual: http://www.agisoft.com/pdf/photoscan-pro_1_1_en.pdf
Best regards,
Alexey Pasumansky,
Agisoft LLC

bmc130

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: about Network processing
« Reply #2 on: February 04, 2015, 10:22:38 PM »
Is network processing only available in the pro version?

How does licensing work, do I need an PS license for each computer that will be in the farm?

munnerley

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: about Network processing
« Reply #3 on: February 21, 2015, 08:20:57 AM »
how does   the  Network processing working? I cann't start the server.

I am also have problems starting the server, getting 'unrecognised option' in the command line.

sh-3.2# open -a photoscanpro --server --control 192.168.1.4 --dispatch 192.168.1.4
open: unrecognized option `--server'

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14815
    • View Profile
Re: about Network processing
« Reply #4 on: February 21, 2015, 10:26:10 AM »
Hello munnerley,

It looks like you are trying to use agruments with the folder instead of photoscan executable.
Best regards,
Alexey Pasumansky,
Agisoft LLC

munnerley

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: about Network processing
« Reply #5 on: February 22, 2015, 09:45:08 AM »
Thanks Alexey. Have tried using arguments with the application package (PhotoScanPro.app)

sh-3.2# PhotoScanPro.app --server --control 192.168.1.4 --dispatch 192.168.1.4
sh: PhotoScanPro.app: command not found


Even if I locate the executable within the OS X package at PhotoScanPro.app/Contents/MacOS/PhotoScanPro I get the same result

sh-3.2# PhotoScanPro --server --control 192.168.1.4 --dispatch 192.168.1.4
sh: PhotoScanPro: command not found

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14815
    • View Profile
Re: about Network processing
« Reply #6 on: February 24, 2015, 02:08:29 PM »
Hello munnerley,

You need to get inside the .app and run PhotoScan from there:

./PhotoScanPro.app/Contents/MacOS/PhotoScanPro --server --control 192.168.1.4 --dispatch 192.168.1.4 --root <path>
Best regards,
Alexey Pasumansky,
Agisoft LLC

munnerley

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: about Network processing
« Reply #7 on: February 26, 2015, 02:01:54 PM »
OK, got it... Opening PhotoScanPro from inside a Mac package needs the ./

 ./ effectively says "forget about the PATH, I want you to look only in the current directory"

Thanks again