Willy-JL ad7c954ca8 IrIntervalometer: Support external IR Blaster 1 gadu atpakaļ
..
.github bdc15b2684 Add ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer 1 gadu atpakaļ
doc bdc15b2684 Add ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer 1 gadu atpakaļ
icons bdc15b2684 Add ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer 1 gadu atpakaļ
img 3c5205b13f Fix merge 1 gadu atpakaļ
.gitsubtree 3c5205b13f Fix merge 1 gadu atpakaļ
LICENSE bdc15b2684 Add ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer 1 gadu atpakaļ
README.md bdc15b2684 Add ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer 1 gadu atpakaļ
application.fam bdc15b2684 Add ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer 1 gadu atpakaļ
infrared_last_settings.c ad7c954ca8 IrIntervalometer: Support external IR Blaster 1 gadu atpakaļ
infrared_last_settings.h ad7c954ca8 IrIntervalometer: Support external IR Blaster 1 gadu atpakaļ
intervalometer.c ad7c954ca8 IrIntervalometer: Support external IR Blaster 1 gadu atpakaļ
intervalometer.h 3c5205b13f Fix merge 1 gadu atpakaļ
intervalometer_10x.png bdc15b2684 Add ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer 1 gadu atpakaļ

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.