From 8716174969aa6fcb5333dcd2a5dff73628c389a3 Mon Sep 17 00:00:00 2001 From: Guo-Rong <5484552+gkoh@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:18:03 +0930 Subject: [PATCH] Add table of features to README Try to better document what features work and where. Also, add missing intervalometer feature. --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f8ac87..4fe228f 100644 --- a/README.md +++ b/README.md @@ -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