summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2021-05-04 10:16:06 +0200
committerMarcus Meissner <marcus@jet.franken.de>2021-05-04 10:16:06 +0200
commit8a77944046a1c2644cfdb10787babd1291c4a4e5 (patch)
treeaabe9d4e924f0d0384bc7b8284191b2bcd9cc576
parent3c24c45a697649d13131e5ff5be0572699b92b9a (diff)
downloadlibgphoto2-8a77944046a1c2644cfdb10787babd1291c4a4e5.tar.gz
added liveview support to x-t30, but no capture. https://github.com/gphoto/gphoto2/issues/196
-rw-r--r--camlibs/ptp2/library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index 0e53f92d1..0f7e3ec48 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -2589,7 +2589,7 @@ static struct {
{"Fuji:Fujifilm GFX100", 0x04cb, 0x02de, PTP_CAP|PTP_CAP_PREVIEW},
/* Bruno Filho at SUSE (currently not working with cpature, but shows variables) */
/* so far looks like the low end X-T30 does not support tethering, https://www.dpreview.com/forums/thread/4451199 */
- {"Fuji:Fujifilm X-T30", 0x04cb, 0x02e3, 0},
+ {"Fuji:Fujifilm X-T30", 0x04cb, 0x02e3, PTP_CAP_PREVIEW},
/* via email to gphoto-devel on Apr 2 2021 */
{"Fuji:Fujifilm X-Pro3", 0x04cb, 0x02e4, PTP_CAP|PTP_CAP_PREVIEW},
{"Fuji:Fujifilm X100V", 0x04cb, 0x02e5, PTP_CAP_PREVIEW},