Skip to content

Commit

Permalink
Add table of features to README (#106)
Browse files Browse the repository at this point in the history
Try to better document what features work and where.
Also, add missing intervalometer feature.
  • Loading branch information
gkoh authored Aug 2, 2024
1 parent d2ac46b commit e779103
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,24 @@ The following devices have actually been tested and confirmed to work:

## What Works

Currently supported features in `furble`:
- scanning for supported cameras
- initial pairing
- saving pairing data
- connecting to previously paired camera
- shutter release
- focus (Fujifilm)
- GPS location tagging (Fujifilm)
- focus
- GPS location tagging
- intervalometer

### Table of Features

|   | Fujifilm X & GFX | Canon EOS M6 | Canon EOS RP | Android & iOS |
| --- | :---: | :---: | :---: | :---: |
| Scanning & Pairing | ✔️ | ✔️ | ✔️ | ✔️ |
| Shutter Release | ✔️ | ✔️ | ✔️ | ✔️ |
| Focus | ✔️ (see [#99](https://github.com/gkoh/furble/discussions/99)) | :x: | :x: (see [#29](https://github.com/gkoh/furble/issues/29)) | :x: |
| GPS location tagging | ✔️ | :x: | :x: | :x: |

## Installation

Expand Down

0 comments on commit e779103

Please sign in to comment.