From 84d25b3d53929f245dae21ea28474a04a5705d2e Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 26 May 2019 21:43:14 +0200 Subject: change to por tTCP --- camlibs/lumix/lumix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- cgit v1.2.1