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

Feature Request: Implement the Google Home Camera Guide #1129

Open
clogwog opened this issue Jan 23, 2019 · 16 comments
Open

Feature Request: Implement the Google Home Camera Guide #1129

clogwog opened this issue Jan 23, 2019 · 16 comments

Comments

@clogwog
Copy link

clogwog commented Jan 23, 2019

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)

@ccrisan
Copy link
Collaborator

ccrisan commented Jan 23, 2019

Not a planned feature, but I'd be happy to review a PR.

@michaelwoods
Copy link

The stream would have to be in one of the following protocols (ie, not mjpg):

  • HLS (HTTP Live Streaming)
  • DASH (Dynamic Adaptive Streaming over HTTP)
  • Smooth Streaming
  • Progressive MP4 (most likely to be used only for Clips)

https://developers.google.com/actions/smarthome/traits/camerastream

@NederWeb
Copy link

I would love to have this feature as well +1

@SvenCelin
Copy link

This would be great feature! Is there any progress with this?

@DewGew
Copy link

DewGew commented Jan 21, 2020

Looking for this also ..

@crz16
Copy link

crz16 commented Feb 8, 2020

Would be awesome!

@night4me
Copy link

night4me commented Feb 14, 2020

via HA works fine with all protocols including mjpg, but would consider motioneye if feature is added.

@node0505
Copy link

If that was a thing, I would definitely use it.

@alexserb720
Copy link

it would be awesome

@ursimon
Copy link

ursimon commented May 28, 2020

this would be amazing

@leofuscaldi
Copy link

Would love that!

@5b7p260
Copy link

5b7p260 commented Jan 8, 2021

it would be awesome

@woutervddn
Copy link

I believe this should already be possible.
As described by Home Assistant Documentation You can view nest/google camera's as an RTSP stream.

All Google Nest Cam models, Google Nest Hello Video Doorbell, Google Nest Hub Max expose a CameraLiveStream via the SDM API, which returns a RTSP live stream which can be viewed from Home Assistant.

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!

@Dararii
Copy link

Dararii commented Feb 7, 2021

Is there any progress? I would love to use that feature.

@DewGew
Copy link

DewGew commented Aug 3, 2023

Any progress on this request?

@rezzalex
Copy link

Hello,

Very interested as well.

Any news ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests