Teledyne Technologies website screenshot

Teledyne Technologies

Teledyne Technologies Incorporated is a leading provider of sophisticated digital imaging products and software, instrumentation, aerospace and defense electronics, and engineered systems. Headquartered in Thousand Oaks, California, Teledyne serves the defense, commercial, and industrial markets. Key subsidiaries include Teledyne FLIR (thermal imaging cameras and systems), Teledyne LeCroy (oscilloscopes and protocol analyzers), Teledyne Imaging (scientific and industrial cameras), and Teledyne API (air quality monitoring instruments). Teledyne FLIR provides REST APIs and SDKs for thermal camera integration, while Teledyne LeCroy provides ActiveDSO and VISA-based automation APIs for test and measurement instruments.

4 APIs 0 Features
AerospaceDefenseDigital ImagingInstrumentationThermal ImagingTest and MeasurementFortune 500

APIs

Teledyne FLIR Camera REST API

Teledyne FLIR provides REST API access for automation cameras (A50/A70, A400/A500/A700, Ax8 series). The API enables retrieval of thermal images, region of interest (ROI) data, ...

Teledyne FLIR Spinnaker SDK

The Spinnaker SDK provides programmatic control of Teledyne FLIR and DALSA machine vision cameras over USB3, GigE, 5GigE, and 10GigE interfaces. Supports C++, C#, Python, and Ja...

Teledyne FLIR Mobile SDK

The FLIR Mobile SDK enables iOS and Android developers to build mobile applications that integrate thermal imaging capabilities from Teledyne FLIR professional thermal cameras. ...

Teledyne LeCroy ActiveDSO API

ActiveDSO is Teledyne LeCroy's ActiveX/COM control enabling remote automation of MAUI-based oscilloscopes from Windows applications via SCPI commands, VISA drivers, Ethernet (EN...

Collections

Pricing Plans

Rate Limits

Teledyne Technologies Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Teledyne Technologies Context

26 classes · 0 properties

JSON-LD

API Governance Rules

Teledyne Technologies API Rules

10 rules · 3 errors 6 warnings

SPECTRAL

JSON Structure

Teledyne Flir Measurement Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Teledyne FLIR OEM Advances State of the Art in Infrared ...

2026-05-25

News - Teledyne FLIR OEM

2026-05-25

Innovation at every layer. Teledyne FLIR OEM delivers ...

2026-05-25

Test Solutions for Enhanced AI Performance

2026-05-25

Teledyne to Hold Investor Meetings

2026-05-25

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
👥
GitHub
GitHub
👥
GitHub
GitHub
🔗
Website
Website
🔗
Website
Website
🔗
Website
Website
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Teledyne FLIR Camera REST API
  version: 1.0.0
items:
- info:
    name: Images
    type: folder
  items:
  - info:
      name: Get Current Image
      type: http
    http:
      method: GET
      url: http://{cameraIp}/api/image/current
      params:
      - name: imgformat
        value: ''
        type: query
        description: Image format to return.
      - name: width
        value: ''
        type: query
        description: Output image width in pixels.
      - name: height
        value: ''
        type: query
        description: Output image height in pixels.
    docs: Retrieve the current thermal image from the camera in the specified format.
- info:
    name: Measurements
    type: folder
  items:
  - info:
      name: Get Spot Measurement
      type: http
    http:
      method: GET
      url: http://{cameraIp}/api/spot/:instance.json
      params:
      - name: instance
        value: ''
        type: path
        description: Spot ROI instance number (1-indexed).
      - name: pretty
        value: ''
        type: query
        description: Format JSON response with indentation.
      - name: tempUnit
        value: ''
        type: query
        description: Temperature unit for readings.
    docs: Retrieve temperature measurement data for a specific spot ROI instance.
  - info:
      name: Get Box Measurement
      type: http
    http:
      method: GET
      url: http://{cameraIp}/api/box/:instance.json
      params:
      - name: instance
        value: ''
        type: path
        description: Box ROI instance number.
      - name: tempUnit
        value: ''
        type: query
        description: Temperature unit.
    docs: Retrieve temperature statistics for a rectangular region of interest.
  - info:
      name: Get Line Measurement
      type: http
    http:
      method: GET
      url: http://{cameraIp}/api/line/:instance.json
      params:
      - name: instance
        value: ''
        type: path
        description: Line ROI instance number.
      - name: tempUnit
        value: ''
        type: query
    docs: Retrieve temperature measurements along a line ROI.
  - info:
      name: Get Temperature Sensor
      type: http
    http:
      method: GET
      url: http://{cameraIp}/api/tempsensor/:instance.json
      params:
      - name: instance
        value: ''
        type: path
        description: Temperature sensor instance number.
      - name: tempUnit
        value: ''
        type: query
    docs: Retrieve data from an internal temperature sensor instance.
- info:
    name: Alarms
    type: folder
  items:
  - info:
      name: Get All Alarms
      type: http
    http:
      method: GET
      url: http://{cameraIp}/api/alarms
      params:
      - name: pretty
        value: ''
        type: query
    docs: Retrieve the current state of all configured alarm conditions on the camera.
  - info:
      name: Get Alarm
      type: http
    http:
      method: GET
      url: http://{cameraIp}/api/alarm/:instance.json
      params:
      - name: instance
        value: ''
        type: path
        description: Alarm instance number.
    docs: Retrieve the state of a specific alarm instance.
bundled: true