• Joined on 2023-08-13

teli-poe-capture-manager (0.1.1.0)

Published 2024-12-27 18:12:04 +09:00 by qlin

Installation

pip install --index-url  --extra-index-url https://pypi.org/simple teli-poe-capture-manager

About 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
PyPI
2024-12-27 18:12:04 +09:00
9
Hung-Ching Lin
1.1 MiB
Assets (1)
Versions (2) View all
0.1.1.5 2025-02-09
0.1.1.0 2024-12-27