Skip to content

Releases: CodyTolene/Flipper-Zero-Camera-Suite

Release v1.7

12 Mar 05:13
Compare
Choose a tag to compare

Changes

Application (fap)/Firmware:

  • Add support for new Flipper Zero Firmware UART updates (F0 v0.98-rc+).
  • Remove staged WiFi streaming/connection support for now. Until I can fully test.

Full Changelog: v1.6.0...v1.7.0

How to install:

  1. Get the fap build zip (dev, rc, or release, generally you'll want release) from the latest action build here:
    https://github.com/CodyTolene/Flipper-Zero-Camera-Suite/actions/workflows/build-release.yml
  2. Extract from zip the "camera_suite.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".

Also available on the Flipper Mobile App

Release v1.6

28 Jan 05:29
3c6abe8
Compare
Choose a tag to compare

Changes

Application (fap):

  • Add new splash/start screen.
  • Add new module not connected notification + pinout guide in-app.
  • Update README with a new "Special Thanks" section.
  • Update README "Contributions" section regarding firmware development.
  • Separate settings into two views: app and cam settings.
  • WiFi Streaming views and functionality. Staged and testing. Coming in v1.7.
  • Stage new scene for WiFi streaming/connection support.
  • Update screenshots.
  • Update changelog.

Firmware:

  • Code cleanup.
  • WiFi Streaming. Staged and testing. Coming in v1.7.
  • Does NOT require the user to update their ESP-32 CAM module firmware when updating from the previous v1.6 to v1.7, but it's recommended.

Full Changelog: v1.5.0...v1.6.0

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".

Also available on the Flipper Mobile App

Release v1.5

12 Jan 01:57
Compare
Choose a tag to compare

Changes

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".

Release v1.4

17 Nov 05:36
Compare
Choose a tag to compare

Changes:

  • Add RC builds to repo.
  • Improve FAP code.
  • Improve Firmware code (requires reflash).
  • Improve Firmware flashing utility code.
  • Improve GitHub actions code.
  • Look to mitigate issue "Mirrored Image" #27.

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".

Release v1.3

03 Oct 03:01
3741c73
Compare
Choose a tag to compare

Changes:

  • Important: Firmware Update Required! Ensure you update your firmware to fully utilize the new features. Backwards compatibility should be ok.
  • New Feature: Introducing the Firmware Flash utility, simplifying the firmware flashing process. Refer to the project readme for detailed instructions. (Closes #26)
  • Enhancement: Flash functionality now remains active during camera preview, making it easier to take pictures in areas of low light.
  • Bug Fix: Addressed picture inversion issue reported by user leedave. Thanks for your contribution! (Closes #23)
  • Code Refinement: Enhanced firmware code for readability and maintainability. Separated concerns into individual files for a more organized structure.
  • Technical Improvements: Implemented general code enhancements and introduced syntactic sugar for cleaner, more efficient code.
  • Work in Progress: Added a new test function for saving pictures to the onboard ESP32-CAM SD card. This feature is under development and will allow users to save pictures directly to the SD card in the future. Tracked under feature request #24.

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".

Release v1.2

06 Aug 22:45
1fee78d
Compare
Choose a tag to compare

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".

Release v1.1

27 Jul 04:27
c6d1abb
Compare
Choose a tag to compare

Changes:

  • Support and picture stabilization for all camera orientations (0 degree, 90 degree, 180 degree, and 270 degree).
  • Rename "Scene 1" to "Camera". No UX changes there.
  • Clean up unused "Scene 2". This was inaccessible to users previously and unused.
  • Add new dithering variations (requires the latest firmware installation, see here for the installation guide https://github.com/CodyTolene/Flipper-Zero-Camera-Suite#firmware-installation):
    • "Jarvis Judice Ninke" dithering option
    • "Stucki" dithering option.
    • "Floyd-Steinberg" dithering option.
    • Cycle through the dithering options with the center button on the Flipper Zero.
  • Resolves issue #7
  • Resolves issue #17

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".