feat: inference subsystem and optimization to decoder
This commit is contained in:
commit
3c83a57e44
19 changed files with 3897 additions and 0 deletions
11
.env.example
Normal file
11
.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue