Quick Start Guide

Get DenseSight up and running in under 10 minutes.

Installation

bash
# Download and install
curl -fsSL https://get.densesight.io | sh

# Verify installation
densesight --version

Add Your First Camera

bash
densesight camera add \
  --name "Main Entrance" \
  --url "rtsp://camera.local:554/stream" \
  --zone "entrance"
Your camera stream is now being analyzed! Visit the dashboard to view real-time detections.