packages/docs/plugin-registry/vision.md
The Vision plugin gives Eliza agents the ability to understand and analyze images, enabling visual reasoning in conversations.
Package: @elizaos/plugin-vision
eliza plugins install @elizaos/plugin-vision
{
"features": {
"vision": true
}
}
Note: This plugin requires the @tensorflow/tfjs-node native addon. On systems without native build tools, set ELIZA_NO_VISION_DEPS=1 to skip installation of optional vision dependencies.
| Parameter | Type | Default | Description |
|---|---|---|---|
CAMERA_NAME | string | — | Camera name to search for (lowercase partial match) |
PIXEL_CHANGE_THRESHOLD | number | 50 | Percentage of pixels that must change to trigger a VLM update |
Set these in your plugin config or as environment variables.