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

Support for "Take a Picture" msg and stream of image? #18

Open
julled opened this issue Oct 10, 2024 · 2 comments
Open

Support for "Take a Picture" msg and stream of image? #18

julled opened this issue Oct 10, 2024 · 2 comments

Comments

@julled
Copy link

julled commented Oct 10, 2024

Hey,
i was wondering if there is support for the above message and the ability to stream the resulting jpg image to the SDK? I saw at least in the ZR10 SDK manual some message to trigger a shot.
Thanks!

@mzahana
Copy link
Owner

mzahana commented Oct 10, 2024

It is actually implemented in the SDK

def requestPhoto(self):

But probably I didn't make a test file for it.

The image will be stored in the SD card. There is currently no implemented method for fetching the recorded image. Feel free to submit a PR.

Thank you.

@julled
Copy link
Author

julled commented Oct 10, 2024

Thx for the fast response!

As far as i understand the photos are then only accessible via the inbuild webserver via some GET requests?

As i unfortunatelly dont have a SIYI at hand i have two addtional questions:

  • Did you see quality benefits in your tests of photos over the video stream?
  • Is it possible to take a photo while a video stream is running?

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