Skip to content
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

a6600 HTTP response code 415, seems to not like "application/json" #78

Open
frank26080115 opened this issue Aug 16, 2022 · 0 comments
Open

Comments

@frank26080115
Copy link

I was writing C++ code for ESP32 to remote control my a6600, I see many of these libraries on the internet and the all seem to use the request header "Content-Type: application/json", so I put the same in my code. I get HTTP response code 415 back which indicates "bad media type"

(note: removing that header, I get error 400 instead, I'm not getting far with this camera right now)

I run the pysony example code with my a6600, and I get the same error.

Have you guys run into this with any other camera? Can you offer some hints? Technically the SDK only supports up to a6500 and I have a a6600... is it just me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant