Is your feature request related to a problem? Please describe.
No. I implemented these features on the side in my photobooth project and thought I share it, as I found these to be very handy and I think they can be very easily integrated into the project.
Describe the solution you'd like
python Dropbox script that runs every 1 minute and syncs all images in data/images to a folder on dropbox. This way you can share the dropbox link before/while your party and everyone can access it. The python script would only need to be hooked to the admin interface settings, so you can enter your API key, desired target folder and enable/disable.
This is the script source and very easy to install: https://github.com/aicpp/cloudsync
Hotspot implementation was a bit more tricky, but having the option in the admin interface wo activate the hotspot and set wifi name and password would be very cool. The hotspot script needs a second wifi adapter, like this RT5370 usb dongle, but then it creates a wifi with a own subnet that gives you the option to connect to your photobox wifi and access the admin interface and dial into a new wifi when you are on the road with the box. No need to use a big router box or similar.
This is the script I used together with the dongle from amazon, works great!
https://github.com/rudiratlos/hotspot/blob/master/hotspot
Describe alternatives you've considered
Additional context
More details about how I installed it can be found at my projects documentation site:
https://florianmuller.com/raspberry-pi-photobooth-in-a-classic-vintage-plate-camera
Is your feature request related to a problem? Please describe.
No. I implemented these features on the side in my photobooth project and thought I share it, as I found these to be very handy and I think they can be very easily integrated into the project.
Describe the solution you'd like
python Dropbox script that runs every 1 minute and syncs all images in data/images to a folder on dropbox. This way you can share the dropbox link before/while your party and everyone can access it. The python script would only need to be hooked to the admin interface settings, so you can enter your API key, desired target folder and enable/disable.
This is the script source and very easy to install: https://github.com/aicpp/cloudsync
Hotspot implementation was a bit more tricky, but having the option in the admin interface wo activate the hotspot and set wifi name and password would be very cool. The hotspot script needs a second wifi adapter, like this RT5370 usb dongle, but then it creates a wifi with a own subnet that gives you the option to connect to your photobox wifi and access the admin interface and dial into a new wifi when you are on the road with the box. No need to use a big router box or similar.
This is the script I used together with the dongle from amazon, works great!
https://github.com/rudiratlos/hotspot/blob/master/hotspot
Describe alternatives you've considered
Additional context
More details about how I installed it can be found at my projects documentation site:
https://florianmuller.com/raspberry-pi-photobooth-in-a-classic-vintage-plate-camera