Changes:
- Save image support. When the center button is pressed take a picture and save it to the "DCIM" folder at the root of your SD card. The image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp").
- Closes #12
- Camera flash support. Flashes the ESP32-CAM onboard LED when a picture is taken if enabled in the settings.
- Closes #20
- Move the camera dithering type to the settings scene as a new configurable option.
- Add "Flash" option to the settings scene as a new configurable option.
- Update documentation to reflect changes.
- Update firmware with new dithering options set.
- Update firmware with new flash support.
- Update repo to reflect https://github.com/CodyTolene/Flipper-Zero-Development-Toolkit for easier tooling.
How to install:
- Get the fap build zip (dev or release, generally you'll want release) from the latest action build here:
https://github.com/CodyTolene/Flipper-Zero-Camera-Suite/actions - Extract from zip the "camerasuite.fap" file into ~\apps\gpio\ on your Flipper Zero:
- Plug in your ESP32-CAM module to your Flipper Zero.
- Open the application "[ESP32] Camera Suite".