Hi,
Im currently working on a raspberry pi zero timelapse project. The idea is to have a rpi zero with a cameramodule conected to it. Also conected is a wifi module wich takes up the one usb port. I want to avoid getting a usb hub.
I got a button connected which is runned by a program. when the button is pressed it runs my main program.
My main concists of a loop which takes a picture every few minutes and uploads it to my dropbox acc wia the wifi connection.
The problem lies in when i dont have a screen or are shh into the pi. I have done some reserch and figured out that the comand im using to upload to dropbox and deleating the image does not work without the shell. I have tried to fix this but havent figured it out jet. Is there an other option for uploading it and deleating the image. Im locking for a option that does not require a shell but still works fine with my code. its a python progam.
Thx in advance!!