Stream Analyzer

Action Reference

If you want to analyze your live camera feed from one or multiple cameras you can call llmvision.stream_analyzer. (Added in v1.1.5)

Action Reference
service: llmvision.stream_analyzer
data:
  provider: 01J99F4T99PA1XGQ4CTQS3CP8H  # Select in UI dropdown
  model: gpt-4o-mini
  message: What is happening around the house?
  max_tokens: 100
  image_entity: |-
    camera.front_door
    camera.garage
  duration: 10 # Record for 10 seconds
  max_frames: 5 # Analyze the 5 most relevant frames
  target_width: 1280
  detail: low
  temperature: 0.5
  include_filename: true # Include camera name in request

The provider id will not be the same for you. Switch to UI mode and select one of your configurations. If you don't see any, you need to set up at least one provider!

Last updated