TOFcam GUI’s

General Overview

While each ESPROS TOFcam implements there own control settings, the gui is structured the same for all of them.

  1. Toolbar for Start/Stop streaming and capture single images

  2. Version information’s for GUI, TOFcam and tof chip

  3. Current Framerate

  4. TOFcam control settings

  5. Image Viewer

  6. Histogram and range selector

GUI_Explained

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_Console

GUI-TOFcam660

  1. Make sure the camera is running and has a stable ethernet connection.

  2. 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_TOFcam660

GUI-TOFcam635

  1. Make sure the camera is running and has a stable serial connection.

  2. 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_TOFcam635

GUI-TOFcam611

  1. Make sure the camera is running and has a stable serial connection.

  2. 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_TOFcam611

GUI-TOFrange611

  1. Make sure the TOFrange611 is running and has a stable serial connection.

  2. 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