seydx / homebridge-camera-ui

Homebridge plugin for RTSP Cameras with HSV, motion detection support, Image Rekognition, Web UI to manage/watch streams and WebApp support
MIT License
640 stars 92 forks source link

Two-Way Audio #412

Open seydx opened 2 years ago

seydx commented 2 years ago

The current implementation is old and experimental.

I plan to rewrite this and find a simpler way to make two-way audio more accessible.

jhaleit commented 2 years ago

I got a eufy IndoorCam Mini so if you need access let me know.

teymur1988 commented 2 years ago

I've got 3x Vstarcam C7824WIP and 1x Vstarcam C24S. APIs are the same. Two way audio works through their native app. I can give you access to play with it if you wish.

Thanks

squishycat92 commented 2 years ago

I have a hacked Yi Camera (MStar/BFUS). The way that it works is by sending a raw audio sample request to a shell script file, which is then played on the camera's built-in speakers. It would be great if I could use this, perhaps by taking user voice inputs and transcribing it into a raw audio file that can be sent to the camera's IP address.

frizby66 commented 2 years ago

Have a Dahua VTO Doorbell with 2 way audio.

nanosonde commented 2 years ago

Just a hint: I have recently started to add 2-way audio support for SIP-based video doorbell cameras here: https://github.com/Sunoo/homebridge-camera-ffmpeg/pull/1253

Maybe it could be integrated here as well.

The audio streams are directly negotiated between the plugins ffmpeg instances and the video doorbell.

mkz212 commented 1 month ago

🎉 A new version of camera.ui

A new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: https://github.com/seydx/camera.ui/issues/448 .

This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording).