Skip to content

Commit 92a6079

Browse files
committed
Updated production test script for new camera API
1 parent 9c38e9d commit 92a6079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

production/focus_camera_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def capture_and_download(b: Bluetooth):
2727
image_buffer = b""
2828
done = False
2929

30-
await b.send_lua(f"frame.camera.capture()")
30+
await b.send_lua("frame.camera.capture{}")
3131

3232
for _ in range(3):
3333
await b.send_lua("frame.camera.auto{}")

0 commit comments

Comments
 (0)