Skip to content

Software setting : WEB Standalone

Mauro edited this page Jun 10, 2013 · 44 revisions

Step 1: Setup web server
Enter in Shapextractor folders and execute:

sudo cp Shape_service /etc/init.d/Shape_service
sudo chmod 755 /etc/init.d/Shape_service
sudo update-rc.d Shape_service defaults

Now on startup it open simple python cgi webserver on port 7000
If no want reboot rpi run it with this command:

./etc/init.d/Shape_service start

and same for stop it:

./etc/init.d/Shape_service stop

now you are ready to use it

Step2 : Use Shapextractor

Now you need open with browser (Chrome or Firefox) Shapextractor site: Http://:7000 (if want change port number need modify ./etc/init.d/Shape_service) [+Image home page....+] In home page you can choose or start with new scan or see previous scan(new scan stay in button). All scan are visible on line (need webgl browser same chorme and firefox) or download PLY file and open with Meshlab for Poisson Reconstruction.

Clone this wiki locally