Bloodevil / sony_camera_api

sony camera remote api
http://developer.sony.com/develop/cameras/
MIT License
242 stars 60 forks source link

Cannot discover camera #33

Open rexxy-sasori opened 7 years ago

rexxy-sasori commented 7 years ago

I tried your code and it keeps timing put as I do search.discover(5) However I pinged the ip address of the camera and it shows 0% packet loss when my pc is connected to camera's access point. Could you please give me some tips?

rexxy-sasori commented 7 years ago

I am using a sony nex-6

flow-dev commented 7 years ago

Recently, i met the similar problem. At that time, cause was the anti-virus software was blocking SSDP. For your reference.

rexxy-sasori commented 7 years ago

I am using Ubuntu. I turned off my firewall on my labtop, but the problem persists.

Bloodevil commented 7 years ago

discover is not work sometimes. (actually I never success that the discover camera on my computer - mac) so I used connect by manually.

rexxy-sasori commented 7 years ago

did you connect through ip address>?

mungewell commented 6 years ago

Just a note that the AS100 discover works whilst connected in 'Direct' mode, but fails when connected in 'Multi' mode (via a WiFi router). Will look into it....

Hint for messing with camera's internal settings: https://github.com/ma1co/Sony-PMCA-RE/issues/54