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

How to save captured still image on computer? #63

Open
m-hertig opened this issue Sep 25, 2020 · 1 comment
Open

How to save captured still image on computer? #63

m-hertig opened this issue Sep 25, 2020 · 1 comment

Comments

@m-hertig
Copy link

Thank you for the great library!
I was able to connect my Sony RX100IV to it and to take pictures via camera.actTakePicture(). However I cant figure out how to save the taken picture on my computer instead on the SD card. Can anybody help me on this? Any help would be greatly appreciated!

@mungewell
Copy link
Contributor

The "Sony Remote API" protocol is for remote control, it does not allow for saving directly to controlling device., You have to save to the camera and then transfer to Pc/etc. They recently released a new "Camera Remote API" which is different and for the newer cameras...
https://developer.sony.com/develop/cameras/get-started

If you can use a lower res image (for preview or framing) you can use the 'livePreview' feature to stream images as a mid-speed fps.

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

2 participants