# 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](images/gui660_explained.png) ### 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](images/console_window.png) ## GUI-TOFcam660 1. Make sure the camera is running and has a stable ethernet connection. 2. Run the following command in your terminal. ```bash 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. ```bash tofcam660 --ip 10.10.31.180 ``` ![GUI_TOFcam660](images/gui660_pointcloud.png) ## GUI-TOFcam635 1. Make sure the camera is running and has a stable serial connection. 2. Run the following command in your terminal. ```bash 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. ```bash # e.g. windows connected on COM3 tofcam635 --port COM3 # e.g. linux/mac connected on ACM0 tofcam635 --port /dev/ttyACM0 ``` ![GUI_TOFcam635](images/gui635_pointcloud.png) ## GUI-TOFcam611 1. Make sure the camera is running and has a stable serial connection. 2. Run the following command in your terminal. ```bash 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. ```bash # e.g. windows connected on COM3 tofcam611 --port COM3 # e.g. linux/mac connected on ACM0 tofcam611 --port /dev/ttyACM0 ``` ![GUI_TOFcam611](images/gui611_amplitude.png) ## GUI-TOFrange611 1. Make sure the TOFrange611 is running and has a stable serial connection. 2. Run the following command in your terminal ```bash 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. ```bash # e.g. windows connected on COM3 tofrange611 --port COM3 # e.g. linux/mac connected on ACM0 tofrange611 --port /dev/ttyACM0 ```