TOFcam GUI’s
General Overview
While each ESPROS TOFcam implements there own control settings, the gui is structured the same for all of them.
Toolbar for Start/Stop streaming and capture single images
Version information’s for GUI, TOFcam and tof chip
Current Framerate
TOFcam control settings
Image Viewer
Histogram and range selector

TOFcam console
When you click on View/Console the following iPython console opens. You can use it to explore the TOFcam API and set additional parameters.

GUI-TOFcam660
Make sure the camera is running and has a stable ethernet connection.
Run the following command in your terminal.
tofcam660
This will open the GUI application for TOFcam660. By default it tries to connect to the default ip address (10.10.31.180). You can specify the ip address in case your ip differs from the default one.
tofcam660 --ip 10.10.31.180

GUI-TOFcam635
Make sure the camera is running and has a stable serial connection.
Run the following command in your terminal.
tofcam635
This will open the GUI application for TOFcam635. By default the camera tries to find the serial port automatically.
You can also specify the serial port.
# e.g. windows connected on COM3
tofcam635 --port COM3
# e.g. linux/mac connected on ACM0
tofcam635 --port /dev/ttyACM0

GUI-TOFcam611
Make sure the camera is running and has a stable serial connection.
Run the following command in your terminal.
tofcam611
This will open the GUI application for TOFcam611. By default the camera tries to find the serial port automatically.
You can also specify the serial port.
# e.g. windows connected on COM3
tofcam611 --port COM3
# e.g. linux/mac connected on ACM0
tofcam611 --port /dev/ttyACM0

GUI-TOFrange611
Make sure the TOFrange611 is running and has a stable serial connection.
Run the following command in your terminal
tofrange611
This will open the GUI application for TOFcam611. By default the camera tries to find the serial port automatically.
You can also specify the serial port.
# e.g. windows connected on COM3
tofrange611 --port COM3
# e.g. linux/mac connected on ACM0
tofrange611 --port /dev/ttyACM0