#Sets Img path and filename, Saves to USB Connected
print("File will be Saved in: "+cwd)
file_name=cwd+str(time.time())+".jpg"
file_name=cwd+"/Capture_"+str(time.time())+".jpg"
#Used to wait for 0.1 Seconds for Camera to be ready
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.