From 222b3cea357c6873517ee09814ad819ef1ca3dd7 Mon Sep 17 00:00:00 2001 From: raiots Date: Tue, 30 May 2023 11:01:18 +0800 Subject: [PATCH] sync --- 单摄像头.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/单摄像头.py b/单摄像头.py index 098b8b4..2f29018 100644 --- a/单摄像头.py +++ b/单摄像头.py @@ -438,7 +438,7 @@ while True: ship.LED1ON() time.sleep(0.2) img = getImage(0) - cv2.imwrite("/kazimi/point1.jpg",img) + cv2.imwrite("/shot/point1.jpg",img) ship.LED1OFF() state = 7 case 7: @@ -453,7 +453,7 @@ while True: ship.LED1ON() time.sleep(0.2) img = getImage(0) - cv2.imwrite("/kazimi/point2.jpg",img) + cv2.imwrite("/shot/point2.jpg",img) ship.LED1OFF() state = 8 case 8: @@ -468,7 +468,7 @@ while True: ship.LED1ON() time.sleep(0.2) img = getImage(0) - cv2.imwrite("/kazimi/point3.jpg",img) + cv2.imwrite("/shot/point3.jpg",img) ship.LED1OFF() state = 9 case 9: @@ -484,7 +484,7 @@ while True: ship.LED1ON() time.sleep(0.2) img = getImage(0) - cv2.imwrite("/kazimi/point5.jpg",img) + cv2.imwrite("/shot/point5.jpg",img) ship.LED1OFF() state = 10 case 10: @@ -507,7 +507,7 @@ while True: ship.LED1ON() time.sleep(0.2) img = getImage(0) - cv2.imwrite("/kazimi/point6.jpg",img) + cv2.imwrite("/shot/point6.jpg",img) ship.LED1OFF() state = 12 case 12: @@ -531,6 +531,6 @@ while True: ship.LED1ON() time.sleep(0.2) img = getImage(0) - cv2.imwrite("/kazimi/point5.jpg",img) + cv2.imwrite("/shot/point5.jpg",img) ship.LED1OFF() quit() \ No newline at end of file