shun-ren commited on
Commit
5f900ce
·
1 Parent(s): 559b8de

change IP for cam

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def on_history_click(idx, history_state):
102
  # Replace the IP with your phone’s IP Webcam URL
103
  # ip_url = "http://10.132.39.1:8080/video" # replace with your phone's IP
104
  # ip_url = "http://192.168.1.6:8080/video"
105
- ip_url = "http://192.168.1.4:8080/video"
106
 
107
  # Variables for motion detection
108
  # cap = None
 
102
  # Replace the IP with your phone’s IP Webcam URL
103
  # ip_url = "http://10.132.39.1:8080/video" # replace with your phone's IP
104
  # ip_url = "http://192.168.1.6:8080/video"
105
+ ip_url = "http://10.132.39.1:8080/video"
106
 
107
  # Variables for motion detection
108
  # cap = None