-
Notifications
You must be signed in to change notification settings - Fork 22
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
Camera snapshot #20
Comments
Unfortunately, I don't think there is a way to directly get the snapshot from the wyze cam at the moment..There is a property that suggest it might be possible in the future. In the meantime what I use is a server (raspberry pi) on the same network and I take the snapshot from RTSP and serve it with express: https://gist.github.com/noelportugal/e6943256549103ca28e143c03df7fef9
|
I just did some digging, and found out the the api does have a
|
perhaps this should be a separate issue, but is there also no support for instructing the camera to take a snapshot? i would like to schedule a daily snapshot; i don't need to be able to retrieve that snapshot programmatically. is there a magic |
Yeah I've seen the thumbnails in the app lag behind sometimes for days without updating. But it's better than nothing :D Thanks for digging! |
I'm wondering if I can pull a snapshot from a Wyze cam. I know video streaming needs the RTSP firmware but the "prevent the camera from supporting any future functions or features in the Wyze app" warning with a lack of reverting instructions scares me. I only need the latest shot from the cam not the whole stream.
The text was updated successfully, but these errors were encountered: