Beiträge von gateway

    Hi,

    developing a server side software for pano processing and using the krpano tools internally is possible, but that needs to be done by yourself, that's nothing that krpano provides.

    Best regards,
    Klaus

    Oh I get it, I was just asking if anyone has done this, and what I suggested above as my thought process is on track.. I didnt ever say the tools need to just work out of the box and process server stuff.

    Hi,

    developing a server side software for pano processing and using the krpano tools internally is possible, but that needs to be done by yourself, that's nothing that krpano provides.

    Best regards,
    Klaus

    Hi, I'm in the process of putting together a plan to use the krpano tools on a bunch of remote servers probably running ubuntu 14 or 16 server not desktop to process incoming panos and store the final results to a s3 bucket.

    The idea would be to build a site maybe using an existing framework such as wordpress or drupal to allow users to upload the stitched pano file, which would then save this file in a s3 bucket with the proper path lets call it something like

    s3bucket name/userid/nameofpano/http://nameofpano.jpg/tif etc.

    Once uploaded the server would create a job to let any open servers not processing start to process this file with the remote path. If no servers are free to then put that process in the queue, with storing the final results in a web facing s3 bucket that then wordpress or drupal could load and display.

    Has anyone taking on this challenge and does what Im suggesting seem reasonable with this tool set. What issues could I see.