Skip to main content

"Toolkit for ESPROS TOFcam's"

Project description

ESPROS TOFcam Toolkit

The ESPROS TOFcam Toolkit is designed to control and visualize ESPROS TOFcam devices. It provides python modules for most TOFcam modules and GUI applications for interactive control and visualization.

Website: https://www.espros.com
Documentation: https://epc-tofcam-toolkit.readthedocs.io/en/latest/
Source code: https://github.com/espros/epc-tofcam-toolkit

Quick-start

install the package using pip

pip install epc-tofcam-toolkit

Connect and startup the camera. Then simply run the gui with:

tofcam660
tofcam635
tofcam611
tofrange
  • TOFcam660 will try to connect to ip-address 10.10.31.180
  • TOFcam635 will try to find the com port automatically
  • TOFcam611 will try to find the com port automatically

You can also manually specify the communication port

tofcam660 --ip 10.10.31.180
tofcam635 --port COM3
tofcam611 --port COM3
tofrange --port COM3

Installation for development

Clone this repository and cd into it

Create a virtual environment and activate it

python -m venv .venv  

# linux
source .venv/bin/activate

# windows
.\.venv\Scripts\activate

Install the package in editable mode

pip install -e .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epc-tofcam-toolkit-0.1.0.tar.gz (300.4 kB view hashes)

Uploaded Source

Built Distribution

epc_tofcam_toolkit-0.1.0-py3-none-any.whl (322.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page