-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scan_for_cameras.py cannot find Sony A7C #76
Comments
Finding cameras is 2 phase; first it has to locate the IP and then it parses the XML. Previously we had to tweak the parsing to account for slight differences in the response.... but I think that the code has moved on since then. Maybe you can dump/print out the data sent to "_parse_ssdp_response()" and look for differences. Also note, you can alter the script 'scan_for_cameras.py" to force the IP address to a particular value. |
On my QX-10 gives:
|
Also, on my the A5000 the factory installed WiFi app was pretty crappy, make sure that you install the latest from the Sony App Store. |
It seems A7C does not support http api now. It only supports PTP/IP protocol. |
Any reference to that ptp/ip protocol is? |
The result of
scan_for_cameras.py
iswith the latest
develop
branch of the repo.But http://192.168.122.1:64321/dd.xml can be opened in brower, so the camera must has been connected to the computer.
The text was updated successfully, but these errors were encountered: