Skip to content

Release v1.2

Compare
Choose a tag to compare
@CodyTolene CodyTolene released this 06 Aug 22:45
· 146 commits to main since this release
1fee78d

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").
  • Camera flash support. Flashes the ESP32-CAM onboard LED when a picture is taken if enabled in the settings.
  • 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:

  1. 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/workflows/deploy-main.yml
  2. Extract from zip the "camerasuite.fap" file into ~\apps\gpio\ on your Flipper Zero:
  3. Plug in your ESP32-CAM module to your Flipper Zero.
  4. Open the application "[ESP32] Camera Suite".