We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Step 1: Setup web services(auto run on startup) 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
There was an error while loading. Please reload this page.