OSDN Git Service

PowerShotZoomでスモール画像が取得できないので、標準画像を取得するような設定を用意。(スモール画像取得シーケンス TYPE2対応)
[gokigen/PKRemote.git] / app / src / main / java / net / osdn / gokigen / pkremote / camera / vendor / ptpip / wrapper / PtpIpInterfaceProvider.java
index 539e639..dd6a92a 100644 (file)
@@ -107,7 +107,7 @@ public class PtpIpInterfaceProvider implements IPtpIpInterfaceProvider, IDisplay
         liveViewControl = new PtpIpLiveViewControl(context, ipAddress, STREAM_PORT);
         asyncReceiver = new PtpIpAsyncResponseReceiver(ipAddress, ASYNC_RESPONSE_PORT);
         statusChecker = new PtpIpStatusChecker(context, commandPublisher, ipAddress, EVENT_PORT);
-        canonConnection = new CanonConnection(context, provider, this, statusChecker, sequenceType);
+        canonConnection = new CanonConnection(context, provider, this, statusChecker, ipAddress, sequenceType);
         zoomControl = new PtpIpZoomControl();
         this.statusListener = statusListener;
         this.runmode = new PtpIpRunMode();