pyTelops#

Pure-Python driver for Telops thermal cameras over GigE Vision. No vendor SDK required: pyTelops speaks the GVCP and GVSP protocols directly over UDP, on top of pyGigEVision.

Quickstart#

from pyTelops import Camera

with Camera() as cam:
    cam.calibration_mode = "RT"
    cam.integration_time_auto = "continuous"
    frame = cam.grab()          # calibrated Celsius frame, headers stripped

See Getting started for installation and first contact.

Contents#

Indices and tables#