feat: inference subsystem and optimization to decoder

This commit is contained in:
Siwat Sirichai 2025-11-09 00:57:08 +07:00
commit 3c83a57e44
19 changed files with 3897 additions and 0 deletions

11
.env.example Normal file
View file

@ -0,0 +1,11 @@
# RTSP Camera URLs
# Add your camera URLs here, one per line with CAMERA_URL_N format
CAMERA_URL_1=rtsp://user:pass@host/path
CAMERA_URL_2=rtsp://user:pass@host/path
CAMERA_URL_3=rtsp://user:pass@host/path
CAMERA_URL_4=rtsp://user:pass@host/path
# Add more cameras as needed...
# CAMERA_URL_5=rtsp://user:pass@host/path
# CAMERA_URL_6=rtsp://user:pass@host/path