I want to periodically take pictures and save them. I found the command
Photos.save(await Photos.fromCamera());
however it just opens the camera and waits for me to press the button. Is there any way to take a picture from the camera without user interaction?
thanks, Wolfgang