Block a user
teli-poe-capture-manager (0.1.1.5)
Published 2025-02-09 16:55:24 +09:00 by qlin
Installation
pip install --index-url --extra-index-url https://pypi.org/simple teli-poe-capture-managerAbout this package
teli_poe_capture_manager Python Binding
Teli GigE POE Camera Synchronous Capture Manager
This is a python and cpp interface module for the TeliCam with synchronous trigger capture.
Requirement
- OpenCV 3.4.2
- TeliCam SDK
- Contec DIO driver for 0808LY-USB (build requirement but optional for runtime for software trigger)
- opencv2 (c++ library)
- pybind11 (submodule)
Installation
Drivers
after driver installation on Windows, Please make sure the following path are added to system variables
- DIO_SDK_PATH: path to the Contec DIO SDK ex.
C:\Program Files (x86)\CONTEC\LZF826DIOWDM_1010F\ - TELICAMSDK: path to the TeliCam SDK ex.
C:\Program Files\TOSHIBA TELI\TeliCamSDK\
Build
- C++
git clone --recursive [THIS REPO]
cd [THIS REPO]
mkdir build
cd build
cmake ..
make
- Python
cd [THIS REPO]
python -m pip install .
Details
Assets (1)
Versions (2)
View all