12708618d4
- docs/integrations/frigate.md — полный production-tested guide: Dockerfile, docker-compose, config.yml, troubleshooting (s6+pid, scale_cuda, hwaccel issues), build steps - docs/integrations/cctv-cpp.md — C++ pattern: IFrameSource interface + CuframesSource skeleton + CMake setup + runtime requirements - examples/frigate-compose/ — reference compose stack (cuframes-pub + Frigate) с config.yml stub, .env.example, README - examples/python-consumer/ — ctypes-based skeleton для AI/ML pipeline'ов (до v0.3 native pybind11 bindings) - docs/integration.md — превратился в index-страницу, ссылается на specific guides Reorganization упрощает onboarding: пользователь выбирает guide по типу integration'а (Frigate/C++/Python/FFmpeg) и сразу видит реальный code. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
9 lines
256 B
Bash
9 lines
256 B
Bash
# Скопировать в .env (не commit'ить!)
|
||
# .env должен быть в .gitignore
|
||
|
||
# Камеры: пароли admin user'а на Dahua/Hikvision/etc
|
||
CAM_PARKING_PASS=changeme
|
||
|
||
# Frigate API/UI auth password
|
||
FRIGATE_RTSP_PASSWORD=changeme
|