-
Notifications
You must be signed in to change notification settings - Fork 665
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
Feature Request: Implement the Google Home Camera Guide #1129
Comments
Not a planned feature, but I'd be happy to review a PR. |
The stream would have to be in one of the following protocols (ie, not mjpg):
https://developers.google.com/actions/smarthome/traits/camerastream |
I would love to have this feature as well +1 |
This would be great feature! Is there any progress with this? |
Looking for this also .. |
Would be awesome! |
via HA works fine with all protocols including mjpg, but would consider motioneye if feature is added. |
If that was a thing, I would definitely use it. |
it would be awesome |
this would be amazing |
Would love that! |
it would be awesome |
I believe this should already be possible.
If we then look at the Google Documentation for CameraLiveStream, you can see how you can generate an RTSP stream. In either case, I'm gonna try to get this working tonight. Probably as a standalone node program (as that is what I know best). I'll post my findings, an addon for this would be nice! |
Is there any progress? I would love to use that feature. |
Any progress on this request? |
Hello, Very interested as well. Any news ? |
would it be possible to implement the Google Home interface so i can see the cameras via the Google assistant and/or Google Home Hub as well ?
The interface is described here:
https://developers.google.com/actions/smarthome/guides/camera
and it looks like you have to implement a response to a Sync command and supply a stream (which is already available in motioneye anyway)
The text was updated successfully, but these errors were encountered: