Нема описа

Luna Hart a80d4f530f Bump version to 2.2 пре 1 година
.github 890c43905e Update Github CI Dependency пре 2 година
doc 32b9a99385 Add a nice readme пре 2 година
icons cef7ca83b7 Reach Functional MVP пре 2 година
LICENSE 95f528e2c7 Add GPLv3 License пре 2 година
README.md 32b9a99385 Add a nice readme пре 2 година
application.fam a80d4f530f Bump version to 2.2 пре 1 година
intervalometer.c 1c7699859c Fix: Update input cb func signature пре 1 година
intervalometer.h 3525cacf39 Initial Implementation PoC пре 2 година
intervalometer_10x.png cef7ca83b7 Reach Functional MVP пре 2 година

README.md

An Intervalometer App For Flipper Zero

This is a simple configurable valometer app for Sony cameras. It provides a configurable shutter timer and uses the IR blaster to trigger the camera shutter.

Configuration

The default configuration functions just as a 2 second self timer.

This can be easily configured to do something like a 12 shot timelapse over 1 hour.

Scrolling down the settings page, there is also the option to shoot a "burst" of images at each interval.

Building

  1. Download the Flipper firmware repo at: https://github.com/flipperdevices/flipperzero-firmware
  2. Inside the Flipper fw repo, copy this repo into ./applications_user/intervalometer/
  3. Run ./fbt fap_intervalometer
  4. Read the output of fbt to find the .fap in ./build/

TODO

  1. Add support for additional trigger types, such as bluetooth and other cameras.
  2. Add support for using more advanced camera controls like exposure compensation to allow for shooting an exposure bracket.
  3. Add github actions for CI.
  4. Refactor the codebase to be cute.