-
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 not working for sony alpha 7r #35
Comments
The Alpha 7r (and 7r MKII) should be supported: It might be a similar problem to that I had on the HX60, in that the returned 'file' giving camera capabilities and definitions is not quite as expected. I'd suggest printing out the 'data' here: and seeing if anything is obviously different/wrong. If you post it here, I can give it a look through and compare with the cameras I have. |
BTW you did installed the app (on the camera), didn't you....? |
I have a a7r as well, this is the xml file for reference.
|
@mungewell |
Putting that 'definition.xml' through the parser outputs something that looks sensible (though I don't have my cameras with me to do a comparison).
How did you get the 'xml', I assume a manual download/wget from the camera? In which case it might be the earlier "discover()" function which is failing. I'd start by printing out the data sent to "_parse_ssdp_response()" and working back from there. You can bypass the discovery process, you should be able to force the camera's IP by using
|
Hello,
I connected my sony alpha 7r camera to the laptop via wifi and then ran python src/example/scan_for_cameras.py
But it is not able to detect the camera. Can this api work for the sony alpha 7r
Please help!
The text was updated successfully, but these errors were encountered: