touchbyte / GPhoto2Framework

GPhoto2Framework : Port of libgphoto2 for iOS (only ptpip support, no USB)
23 stars 3 forks source link

Ask a question about the connection failure on the SONY RX100 M7 model. #3

Open wendaocode opened 2 years ago

wendaocode commented 2 years ago

Describe the bug I used the framework(https://github.com/touchbyte/GPhoto2Framework) to test it successfully on Canon and Fuji cameras. But on the sony camera, the connection fails. log content cmd: connection refused

Name the camera SONY RX100 M7 model

libgphoto2 and gphoto2 version libgphoto2 2.5.26

To Reproduce cameraModel is set to "PTP/IP Camera" The ip address is manually specified after scanning by the tool Others are the same as the canon connection in the demo

SiuyuenChow commented 2 years ago

Describe the bug I used the framework(https://github.com/touchbyte/GPhoto2Framework) to test it successfully on Canon and Fuji cameras. But on the sony camera, the connection fails. log content cmd: connection refused

Name the camera SONY RX100 M7 model

libgphoto2 and gphoto2 version libgphoto2 2.5.26

To Reproduce cameraModel is set to "PTP/IP Camera" The ip address is manually specified after scanning by the tool Others are the same as the canon connection in the demo

self.cameraModel = @"PTP/IP Camera"; self.protocol = @"ptpip"; NSString *connectionStr = [NSString stringWithFormat:@"%@:%@",self.protocol,@"192.168.122.1"];