hubaiz / DslrDashboardServer

DslrDashboard Server for OpenWrt
GNU General Public License v3.0
159 stars 60 forks source link

Error getting Dslr list, ddserver on raspberry Pi #23

Open aifer2007 opened 6 years ago

aifer2007 commented 6 years ago

Now when running the DDserver on a rapsberry Pi3 with Jessie: pi@raspberrypi:$ sudo ./ddserver NO errors are reported. But when running qDslrDashboard(qDslrDashboard_V3.5.3_OSX_x64 .dmg) on my mac, image My dslr Canon 40D has been connected to rapsberry Pi3 like this: pi@raspberrypi: $ lsusb Bus 001 Device 008: ID 04a9:3146 Canon, Inc. EOS 40D.

syslog here: pi@raspberrypi:$ tail -f /var/log/messagesOct 29 01:05:44 raspberrypi kernel: [36081.807688] usb 1-1.4: new high-speed USB device number 9 using dwc_otg Oct 29 01:05:44 raspberrypi kernel: [36081.939560] usb 1-1.4: New USB device found, idVendor=04a9, idProduct=3146 Oct 29 01:05:44 raspberrypi kernel: [36081.939578] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Oct 29 01:05:44 raspberrypi kernel: [36081.939586] usb 1-1.4: Product: Canon Digital Camera Oct 29 01:05:44 raspberrypi kernel: [36081.939594] usb 1-1.4: Manufacturer: Canon Inc. Oct 29 01:05:44 raspberrypi mtp-probe: checking bus 1, device 9: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4" Oct 29 01:05:44 raspberrypi mtp-probe: bus: 1, device: 9 was not an MTP device Oct 29 01:05:45 raspberrypi gvfs-gphoto2-vo[768]: device (null) has no BUSNUM property, ignoring Oct 29 01:07:21 raspberrypi ddserver: DslrDashboardServer starting Oct 29 01:07:21 raspberrypi ddserver: Starting socket server on port 4757 Oct 29 01:07:21 raspberrypi ddserver: Awaiting client connection Oct 29 01:07:21 raspberrypi ddserver: Starting UDP listener Oct 29 01:07:21 raspberrypi ddserver: join multicast group: 224.1.2.3 Oct 29 01:08:01 raspberrypi ddserver: recv: 57 Oct 29 01:08:01 raspberrypi ddserver: Client multicast query DslrDashboardClient{8fa61cb0-df52-4d2b-b714-c46d2df69ff7} Oct 29 01:08:01 raspberrypi ddserver: Server message length: 57 msg: DslrDashboardServer{8fa61cb0-df52-4d2b-b714-c46d2df69ff7} Oct 29 01:08:01 raspberrypi ddserver: Incoming client connection Oct 29 01:08:01 raspberrypi ddserver: Awaiting client connection Oct 29 01:08:01 raspberrypi ddserver: USB Devices in Oct 29 01:08:01 raspberrypi ddserver: Number of possible configurations: 1 Device Class: 0 VendorID: 1193, ProductID: 12614 Oct 29 01:08:01 raspberrypi ddserver: Number of alternate settings: Oct 29 01:08:01 raspberrypi ddserver: Interface class: 6 Interface number: 0 Number of endpoints: 3 Oct 29 01:08:01 raspberrypi ddserver: Found USB imaging device, get vendor and product Oct 29 01:08:01 raspberrypi ddserver: Number of possible configurations: 1 Device Class: 255 VendorID: 1060, ProductID: 60416 Oct 29 01:08:01 raspberrypi ddserver: Number of alternate settings: Oct 29 01:08:01 raspberrypi ddserver: Interface class: 255 Interface number: 0 Number of endpoints: 3 Oct 29 01:08:01 raspberrypi ddserver: Number of possible configurations: 1 Device Class: 9 VendorID: 1060, ProductID: 38164 Oct 29 01:08:01 raspberrypi ddserver: Number of alternate settings: Oct 29 01:08:01 raspberrypi ddserver: Interface class: 9 Interface number: 0 Number of endpoints: 1 Oct 29 01:08:01 raspberrypi ddserver: Interface class: 9 Interface number: 0 Number of endpoints: 1 Oct 29 01:08:01 raspberrypi ddserver: Number of possible configurations: 1 Device Class: 9 VendorID: 7531, ProductID: 2 Oct 29 01:08:01 raspberrypi ddserver: Number of alternate settings: Oct 29 01:08:01 raspberrypi ddserver: Interface class: 9 Interface number: 0 Number of endpoints: 1 Oct 29 01:08:01 raspberrypi ddserver: Imaging USB devices found: 0 Oct 29 01:08:03 raspberrypi ddserver: Closing USB device

hubaiz commented 6 years ago

The 40D is an old camera and I'm not sure if it will work with qDD. Did you try connecting it directly with USB to your OSX? Does that work?

aifer2007 commented 6 years ago

Thank you.

Yes, 40D works on my OSX. And, I have resolved the problem. When the 40D is connected, the raspbian OS mounts it as a disk volume auto. I just unmount the 40D volume , then qDD works.

hubaiz commented 6 years ago

Glad it worked.

FractalWire commented 4 years ago

Worked for me too. Thanks for the tip !

For anyone having the same issue and if you don't see the mounted volume, check and disable the auto mount option of raspbian anyway. It should be in the file browser preferences.

Then reboot and try again.