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

Button to unlock door #44

Open
mcquaas opened this issue Apr 6, 2019 · 3 comments
Open

Button to unlock door #44

mcquaas opened this issue Apr 6, 2019 · 3 comments

Comments

@mcquaas
Copy link

mcquaas commented Apr 6, 2019

I’ve seen many commercial door locks integrated into ring so you can directly open the door from the live video feed.

I have built my own door lock working on Blynk. My door lock works great, but it’s annoying to have to change apps (an loose video and audio contact with your visitor) when you want to open the door on Blynk, so I would like to integrate my own button / endpoint to the live view screen.

Any ideas on how to achieve this?

I’ve also looked into the idea of showing the video feed on my Blynk app (which is possible), but it seems like the SIP video feed is still not figured out well to have the video streamed just from a http source, is it?

@mmichon
Copy link

mmichon commented Apr 15, 2019

@mcquaas I also have a Blynk-based door lock solution. You could use the API to snap an image of the live feed to S3, then point the Blynk image widget to that image. Might be a second or two of delay to capture and display, and it's not streaming video, but it'd be one app doing it all.

@mmichon
Copy link

mmichon commented May 15, 2019

@mcquaas I published https://github.com/mmichon/ring-blynk, which saves an mp4 video to S3, then points a Blynk streaming video widget to the new s3 object. The problem is delay -- it takes up to a minute to get this video. AFAIK, no way to get at the SIP stream yet.

To get around this, I have another camera that exposes an RTSP stream. I display that as the primary video, along with capturing at the right time a frame of video for posterity.

@mcquaas
Copy link
Author

mcquaas commented May 15, 2019

Sounds like the still image could be a solution... adding a second camera might not be so nice since I have Ring for that... will give it some thought and tell you how I did :) thank you!

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