summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-05-26 21:43:14 +0200
committerMarcus Meissner <marcus@jet.franken.de>2019-05-26 21:43:14 +0200
commit84d25b3d53929f245dae21ea28474a04a5705d2e (patch)
tree0269cf247e6d958c34a5925aa5bc99787b57de8c
parent944df748445e616b8055d0d718fd09747db70632 (diff)
downloadlibgphoto2-84d25b3d53929f245dae21ea28474a04a5705d2e.tar.gz
change to por tTCP
-rw-r--r--camlibs/lumix/lumix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/lumix/lumix.c b/camlibs/lumix/lumix.c
index 72cf09a41..319122850 100644
--- a/camlibs/lumix/lumix.c
+++ b/camlibs/lumix/lumix.c
@@ -881,7 +881,7 @@ CameraAbilities a;
memset(&a, 0, sizeof(a));
strcpy(a.model, "Panasonic:LumixGSeries");
a.status = GP_DRIVER_STATUS_EXPERIMENTAL;
-a.port = GP_PORT_PTPIP;
+a.port = GP_PORT_TCP;
a.speed[0] = 0;
a.operations = GP_CAPTURE_IMAGE| GP_OPERATION_CAPTURE_VIDEO| GP_OPERATION_CONFIG;
a.file_operations = GP_FILE_OPERATION_PREVIEW ;