/
Starting the Decapod Server
Starting the Decapod Server
For Decapod 0.5
- Download and install Decapod 0.5 and all its dependencies. See: Download and Install Decapod 0.5.
Run Decapod
- Run the following command:
python decapod.py
. Example:./decapod/decapod-server/python decapod.py
- Open the following URL in Firefox 12 (or later): http://localhost:8080/
For Decapod 0.4
- Download and install Decapod 0.4 and all its dependencies. See: Download and Install Decapod 0.4.
- Run Decapod using one of the two options below.
Option 1: Run Decapod using Attached Cameras
- If you have a pair of cameras, run the following command:
python decapod.py
. Example:./decapod/decapod-server/python decapod.py
- Open the following URL in Firefox 3.6 (or later): http://localhost:8080/
Option 2: Run Decapod without Cameras
- If you do not have a pair of cameras but would still like to try Decapod, run the following command:
python decapod.py --no-cameras
. Example:./decapod/decapod-server/python decapod.py --no-cameras
- Open the following URL in Firefox 3.6 (or later): http://localhost:8080/
Running this option will allow users to use Decapod as though there are cameras attached. When "Take Picture" is activated, images are loaded from a predefined set of photos instead of actual cameras.
For Decapod 0.3
- Download and install Decapod 0.3 and all its dependencies. See: Download and Install Decapod 0.3.
- Run Decapod using one of the two options below.
Real Server
- To use the Real Server, you will need to have two supported cameras powered on and connected via USB.
- From the command line, navigate to the server directory and run the command "
python dserver.py
"- If you followed the installation instructions this might look like.
./decapod/components/server/python dserver.py
- If you followed the installation instructions this might look like.
Mock Server
- The Mock Server is intended for testing/debugging purposes when you do not have two supported cameras available.
- From the command line, navigate to the server directory and run the command "
python mockserver.py
"- If you followed the installation instructions this might look like.
./decapod/components/server/python mockserver.py
- If you followed the installation instructions this might look like.
, multiple selections available,