VisionixAI detects presence in room zones and triggers automated responses—no sensors, no hardware. Just pure computer vision.
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.
Learn how to set up and use our powerful computer vision automation tool to create smart, responsive environments.
Install the VisionixAI CLI to begin automating with computer vision.
npm install -g @visionix/cli
Configure your room zones and automation triggers using the CLI or configuration files.
{ "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" } ] }
Explore the VisionixAI CLI commands and API endpoints for advanced usage.
visionix init
— Initialize a new projectvisionix start
— Start the VisionixAI servervisionix config
— Manage configuration settings