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#
- Getting started
- Camera API reference
- Calibration
- Streaming and buffer recording
- Examples
- Troubleshooting
- Camera not found on
discover()/connect() - VPN virtual adapter shadows the camera adapter
- Camera found but not reachable (wrong subnet)
ACCESS_DENIEDon reconnect- Live streaming:
packets unrecoverablewarnings - Live display lag that grows over time
- Buffer download fails or is unreliable
- Firewall rule reset after power cycle
- Resolution cycling crash
- Camera not found on
- Changelog