mirror of
https://github.com/rendies/People-Counting-in-Real-Time.git
synced 2025-10-29 19:43:03 +07:00
feat: add flask api
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# e.g., 'email@gmail.com'
|
||||
MAIL = ''
|
||||
# Enter the ip camera url (e.g., url = 'http://191.138.0.100:8040/video')
|
||||
url = ''
|
||||
url = 'rtsp://admin:Asainfra333@172.17.0.60:554'
|
||||
|
||||
# ON/OFF for mail feature. Enter True to turn on the email alert feature.
|
||||
ALERT = False
|
||||
|
||||
Reference in New Issue
Block a user