VisionLibra · Spatial AI Platform

Physical AI starts with Spatial Intelligence + AI Agents

Not just cameras. VisionLibra pairs ToF depth sensing with an edge runtime, a model marketplace, and autonomous agents — so your machines don't just see the world, they act on it.

5 linesfrom unboxing to detection
0.02–8 msensing range across the lineup
1 SDKevery sensor, every model
The Stack

One brand, from photons to workflows

ToF suppliers ship hardware. VisionLibra ships the platform on top — and it won't change when we add LiDAR, mmWave radar, thermal, RGB, or IMU.

ToF 3D SensorsHardwareVisionLibraEdge RuntimeModel MarketplaceAgent Platform
Products

Four sensors. Every scale of space.

From a lock that senses a hand to a robot that maps a warehouse — same SDK, same dashboard, same agents.

Spatial Mini
1D ToF Sensor · VL-SM-0301

Spatial Mini

A 4.4 × 2.4 mm distance sensor with 5 m range — presence and gesture intelligence for any product.

Smart LockPresenceGestureIoT
$9 / unit Details
Spatial Home
All-in-One 3D ToF · VL-SH-5030

Spatial Home

An all-in-one 3D ToF solution — up to 100 × 100 depth with on-module processing, made for IoT and smart home.

Smart HomeIoTPresenceFall Detection
$39 / unit Details
Spatial Vision
320×240 ToF Camera · VL-SV-2508

Spatial Vision

A compact 3D depth camera that sees people, hands, and spaces — built for interaction at human scale.

People TrackingGestureARRetail
$59 / unit Details
Spatial Robot
SPAD dToF LiDAR · VL-SR-2M01

Spatial Robot

Miniature 8 m SPAD LiDAR array for machines that move — sunlight-tolerant depth for AMRs and drones.

AMRDroneSLAMObstacle Avoidance
$99 / unit Details
Developer First

Value in five lines of Python

Plug in a camera, pip install spatialai, and you're detecting people before your coffee cools. Python, C++, and ROS 2 — with on-device inference, no cloud round-trips.

quickstart.py
# Install the SDK
$ pip install spatialai

# Five lines to spatial intelligence
from spatialai import Camera

cam = Camera()
result = cam.detect_people()
print(result)
# → {'people': 3, 'nearest_m': 1.42, 'positions': [...]}
Fleet Dashboard

It's a platform. Not a camera.

100 cameras, online status, staged OTA rollouts, live logs, and zone heatmaps — one pane of glass for your entire deployment.

VisionLibra Fleet· warehouse-us-eastLIVE
Cameras
100
4 sites · 3 device types
Online
98
2 reconnecting
OTA Rollout
v2.4.1
87% updated · staged
Agent Events (24h)
17
3 incidents · 14 notices

Zone Heatmap — Aisle Activity

Live Logs

14:02:11EVENTcam-047 person_near_forklift zone-B3 → Slack #warehouse-safety
14:02:12AGENTincident report #1284 generated · logged to DB
14:03:40OTAcam-081 updated to v2.4.1 (edge-runtime)
14:05:02HEALTHcam-013 back online · latency 21 ms
14:06:57MODELpeople-tracking-v3 deployed to 24 devices
14:09:18SYNCheatmap analytics exported → ERP connector
AI Agents

They do AI.
We do AI Agents.

Detection is table stakes. VisionLibra agents close the loop — from a depth frame to a Slack alert, a database record, and an incident report. Automatically.

🚜

Forklift enters zone B3

Spatial Robot's sunlight-tolerant dToF tracks it, outdoors or in.

👁

Worker detected in path

On-device model flags a person within the danger radius.

🤖

Agent evaluates the event

Context, zone rules, and severity — decided at the edge.

💬

Slack notification fires

#warehouse-safety pinged in under a second.

🗄

Event logged to your database

Structured, queryable, audit-ready.

📄

Incident report auto-generated

Written, filed, and linked to the video segment.

📊

Dashboard updated

Heatmaps and safety KPIs reflect it instantly.

forklift_safety.py
from spatialai import Camera, Agent

cam = Camera("spatial-robot-01")
agent = Agent(model="forklift-safety")

@agent.on("person_near_forklift")
def handle(event):
    agent.notify.slack("#warehouse-safety", event.summary())
    agent.db.log(event)                  # structured record
    agent.report.incident(event)         # auto-generated report

agent.run(cam)

Agents connect to your stack

SlackTeamsWebhooks PostgreSQLERPWMS MQTTS3Grafana
End to End

From camera to cloud — one pipeline

CameraSDKAIAgentWorkflowERPWarehouseCloud
Pricing

Simple pricing, serious leverage

Buy the camera once. Grow into the SDK, models, and enterprise platform as you scale.

Hardware
$9–99 / camera

Own the sensor. From a coin-sized 1D ToF to an 8 m robotics LiDAR module.

  • 4 depth products, one SDK
  • Free community SDK tier
  • Volume & OEM pricing
Shop Cameras
AI Models
$99 / model / year

Production models from the marketplace, deployed in one line.

  • People, gesture, safety, SLAM
  • Optimized per device
  • Continuous accuracy updates
Enterprise
$5,000 / year

The full platform: fleet dashboard, agents, and priority support.

  • Fleet dashboard & OTA at scale
  • Agent platform + integrations
  • ERP / Slack / webhook connectors
  • SLA & dedicated engineer

Start building Physical AI today

Order a dev kit, install the SDK, and ship your first spatial agent this week.