Skip to content

Commit

Permalink
Add a nice readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitepone committed Jun 3, 2023
1 parent cef7ca8 commit 32b9a99
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
# An Intervalometer App For Flipper Zero

![](./doc/img/app-icon.png)

![](./doc/img/running-intervalometer.png)

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

![](./doc/img/settings-initial.png)

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

![](./doc/img/settings-edit.png)

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

![](./doc/img/settings-burst.png)

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.
3. Refactor the codebase to be cute.

Binary file added doc/img/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/running-intervalometer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/settings-burst.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/settings-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/settings-initial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32b9a99

Please sign in to comment.