Zone-Based Computer Vision Automation

Smart Actions Through
Visual Presence

VisionixAI detects presence in room zones and triggers automated responses—no sensors, no hardware. Just pure computer vision.

See VisionixAI in Action

visionix-cli
|

Automate with Insight

VisionixAI transforms any camera into a smart sensor. Define zones within a room, and let our AI trigger actions based on who is where, and when.

Real-time presence detection
Configurable room zones
Hardware-independent solution
AI-powered automation logic
Easy-to-use CLI for setup
Scalable and efficient

Live Automation Demo

Triggered Responses

VisionixAI Documentation

Learn how to set up and use our powerful computer vision automation tool to create smart, responsive environments.

Getting Started

Install the VisionixAI CLI to begin automating with computer vision.

Install CLI
npm install -g @visionix/cli

Configuration

Configure your room zones and automation triggers using the CLI or configuration files.

Example Configuration
{
  "zones": [
    { "id": 1, "name": "Living Room", "coords": [100, 100, 200, 200] },
    { "id": 2, "name": "Kitchen", "coords": [300, 100, 400, 200] }
  ],
  "triggers": [
    { "zoneId": 1, "action": "turn_on_light", "condition": "presence_detected" }
  ]
}

API Reference

Explore the VisionixAI CLI commands and API endpoints for advanced usage.

CLI Commands
  • visionix init — Initialize a new project
  • visionix start — Start the VisionixAI server
  • visionix config — Manage configuration settings