Teledyne Technologies · Capability

Teledyne FLIR Camera REST API — Images

Teledyne FLIR Camera REST API — Images. 1 operations. Lead operation: Get Current Image. Self-contained Naftiko capability covering one Teledyne Technologies business surface.

Run with Naftiko Teledyne TechnologiesImages

What You Can Do

GET
Getcurrentimage — Get Current Image
/v1/image/current

MCP Tools

get-current-image

Get Current Image

read-only idempotent

Capability Spec

teledyne-flir-camera-rest-images.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Teledyne FLIR Camera REST API — Images
  description: 'Teledyne FLIR Camera REST API — Images. 1 operations. Lead operation: Get Current Image. Self-contained Naftiko
    capability covering one Teledyne Technologies business surface.'
  tags:
  - Teledyne Technologies
  - Images
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELEDYNE_TECHNOLOGIES_API_KEY: TELEDYNE_TECHNOLOGIES_API_KEY
capability:
  consumes:
  - type: http
    namespace: teledyne-flir-camera-rest-images
    baseUri: http://{cameraIp}/api
    description: Teledyne FLIR Camera REST API — Images business capability. Self-contained, no shared references.
    resources:
    - name: image-current
      path: /image/current
      operations:
      - name: getcurrentimage
        method: GET
        description: Get Current Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: imgformat
          in: query
          type: string
          description: Image format to return.
        - name: width
          in: query
          type: integer
          description: Output image width in pixels.
        - name: height
          in: query
          type: integer
          description: Output image height in pixels.
  exposes:
  - type: rest
    namespace: teledyne-flir-camera-rest-images-rest
    port: 8080
    description: REST adapter for Teledyne FLIR Camera REST API — Images. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/image/current
      name: image-current
      description: REST surface for image-current.
      operations:
      - method: GET
        name: getcurrentimage
        description: Get Current Image
        call: teledyne-flir-camera-rest-images.getcurrentimage
        with:
          imgformat: rest.imgformat
          width: rest.width
          height: rest.height
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: teledyne-flir-camera-rest-images-mcp
    port: 9090
    transport: http
    description: MCP adapter for Teledyne FLIR Camera REST API — Images. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-current-image
      description: Get Current Image
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: teledyne-flir-camera-rest-images.getcurrentimage
      with:
        imgformat: tools.imgformat
        width: tools.width
        height: tools.height
      outputParameters:
      - type: object
        mapping: $.