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
Products: https://www.digikey.com/en/supplier-centers/espros
Documentation: https://epc-tofcam-toolkit.readthedocs.io/en/latest/
Source code: https://github.com/espros/epc-tofcam-toolkit
Quick-start
To install the toolkit include all necessary dependencies for the graphical user interface, install the package using the [gui] extra:
pip install epc-tofcam-toolkit[gui]
Connect and startup the camera. Then simply run the gui with:
tofcam660
tofcam635
tofcam611
tofrange611
- 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
tofrange611 --port COM3
Installation for development
Clone this repository and cd into it.
1. Create and activate a virtual environment
python -m venv .venv
# linux / macOS
source .venv/bin/activate
# windows
.\.venv\Scripts\activate
2. Install modules and dependencies
All dependencies are managed using the pyproject.toml and installed via pip. Choose the install option that fits your use case:
Option A — Core API:
Install only the epc-tofcam-toolkit API and dependencies to control the camera.
pip install -e .
Option B — Core API & Full development environment inlcuding the GUI:
pip install --editable ".[dev,gui,doc]"
Installs the full development environment and all dependency groups:
| Group | Purpose |
|---|---|
gui |
Required to run the GUI applications |
dev |
Required for testing and type checking |
doc |
Required for compiling documentation |
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file epc_tofcam_toolkit-0.9.0.tar.gz.
File metadata
- Download URL: epc_tofcam_toolkit-0.9.0.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c970e65dfbddfe028dc54422af054392fdfdfa182a74c3d97f79c391705fe22
|
|
| MD5 |
bf3ba748a046d6c9bf0de7f2de61ab0e
|
|
| BLAKE2b-256 |
be6df0779740240a8588acb959116cef6d22464e670b122cece5985b6ec6414a
|
File details
Details for the file epc_tofcam_toolkit-0.9.0-py3-none-any.whl.
File metadata
- Download URL: epc_tofcam_toolkit-0.9.0-py3-none-any.whl
- Upload date:
- Size: 327.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e755095070e72856438a812b27e3dcc03910996c52cbafc61cb89d93380cee91
|
|
| MD5 |
fe8feeb5e0fbc92544b9fae0f6bac110
|
|
| BLAKE2b-256 |
5bf50a69a96f43afb1fbfba6623dc9cba4bd3be7ec159befbef7a4736a0e0df2
|