# We want to get the user input for the warm-up and the main-set.# We will allow the user to enter comments about specific sets.import time
global w_comments
print("Wha
我已经写了这个代码,当它检测到运动时,它会拍照,但是当我运行代码时,它会打印出‘照片’,但不会保存图片。我知道我的相机工作,就像我在LX终端上用raspistill命令测试它一样。我还尝试更改要保存的文件的路径。如果你能看到我做错了什么,我会非常感激你的回答。谢谢import time
GPIO.setup(4, GPIO.IN, GPIO.PUD_DOWN)
time.sleep(1)
if GPIO.in