About Multi-camera viewer optimized for RTSP streams
0

Configure Feed

Select the types of activity you want to include in your feed.

at master 161 B View raw
1@echo off 2setlocal 3 4REM Simple wrapper to run the PowerShell build script 5powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0build_windows.ps1" 6 7endlocal