From 028e4cdb17117f7ee5d393cca1443263a19a22de Mon Sep 17 00:00:00 2001
From: Zhiying Li <zhiyingli@g.ucla.edu>
Date: Tue, 2 Nov 2021 10:55:41 -0700
Subject: [PATCH] changed the esp-cam address to AP

---
 Code/Control/Laptop_Code/ball_detection/ball_detection.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Code/Control/Laptop_Code/ball_detection/ball_detection.py b/Code/Control/Laptop_Code/ball_detection/ball_detection.py
index ef8c377..f35e2f8 100644
--- a/Code/Control/Laptop_Code/ball_detection/ball_detection.py
+++ b/Code/Control/Laptop_Code/ball_detection/ball_detection.py
@@ -25,6 +25,7 @@ distanceDetect = __import__('ball_detection.distance-detection-torch.distance-de
 # url='http://192.168.1.107/cam-lo.jpg'
 url='http://192.168.4.1/cam-hi.jpg'
 # url='http://192.168.1.107/cam-mid.jpg'
+url='http://192.168.0.204/cam-hi.jpg' # url2
 
 #### Modify Detecto Core to include possibility of other base models
 def modifyCore():
-- 
GitLab