# RTSP Human Capture ## Docs - [CLI Commands](https://rtsp-human-capture.docs.itsyourap.dev/api/cli-commands.md): Complete command-line interface reference for RTSP Human Capture - [Configuration File](https://rtsp-human-capture.docs.itsyourap.dev/api/configuration.md): Complete reference for config.cfg INI file format and validation rules - [PersonDetector](https://rtsp-human-capture.docs.itsyourap.dev/api/person-detector.md): Thread-safe person detection class with YOLO and HOG fallback support - [Stream Processing Classes](https://rtsp-human-capture.docs.itsyourap.dev/api/stream-processor.md): Complete API reference for StreamProcessor, MultiStreamManager, and DisplayManager - [Image Mode](https://rtsp-human-capture.docs.itsyourap.dev/examples/image-mode.md): Capture annotated snapshots when a person enters the camera frame - [Test Image](https://rtsp-human-capture.docs.itsyourap.dev/examples/test-image.md): Test person detection on a local image file before processing live streams - [Video Mode](https://rtsp-human-capture.docs.itsyourap.dev/examples/video-mode.md): Record MP4 clips of the entire duration a person is present in frame - [Configuration](https://rtsp-human-capture.docs.itsyourap.dev/guides/configuration.md): Complete guide to configuring RTSP Human Capture via config.cfg and CLI overrides - [GPU Acceleration](https://rtsp-human-capture.docs.itsyourap.dev/guides/gpu-acceleration.md): Enable CUDA GPU support for 5-10x faster person detection inference - [Model Setup](https://rtsp-human-capture.docs.itsyourap.dev/guides/model-setup.md): Download and configure YOLOv4/YOLOv3 models for person detection - [Multi-Stream Processing](https://rtsp-human-capture.docs.itsyourap.dev/guides/multi-stream.md): Process multiple RTSP streams simultaneously with parallel threading and grid display - [Single Stream Processing](https://rtsp-human-capture.docs.itsyourap.dev/guides/single-stream.md): Process a single RTSP stream with person detection, display options, and save modes - [Installation](https://rtsp-human-capture.docs.itsyourap.dev/installation.md): Install RTSP Human Capture with uv package manager and optional CUDA support - [Introduction](https://rtsp-human-capture.docs.itsyourap.dev/introduction.md): Real-time person detection and capture from RTSP camera streams using YOLOv4/YOLOv3 with GPU acceleration - [Quick Start](https://rtsp-human-capture.docs.itsyourap.dev/quickstart.md): Get your first person detection working in 5 minutes ## OpenAPI Specs - [openapi](https://rtsp-human-capture.docs.itsyourap.dev/api-reference/openapi.json)