"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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file epc-tofcam-toolkit-0.1.0.tar.gz
.
File metadata
- Download URL: epc-tofcam-toolkit-0.1.0.tar.gz
- Upload date:
- Size: 300.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece2d02a7e4f30888fc8bdfd6dbfde22c2ff44ed8413ab64193153465e8e912f |
|
MD5 | b628de3ea9fb676b1b1ca7b1aa10cbd8 |
|
BLAKE2b-256 | e60d57b165555820297d0b265da2bafb940f2a82962ebb5bc0f7c723fedb06ac |
Provenance
File details
Details for the file epc_tofcam_toolkit-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: epc_tofcam_toolkit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 322.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9b45013a7cd72911ee22debe23389b04d85cbbd976bec5faf704b8222df75cb |
|
MD5 | c0f041838941fb91326213a414d8d41c |
|
BLAKE2b-256 | 0cdf2682f938cd55dd898300f318a5d6995c9d3af13a33160c000417fdea7acc |