This project exists because a good Owlet camera doesn't...
For a baby monitor, we required the following:
- Local only network support, for security
- Support for light and dark scenes (night and day naps)
- Supports audio
- HomeKit Secure video for historical videos when our baby does something funny.
- An overlay for data from our Smart Sock 3
On the market, nothing... But a combo of available products let us do what we wanted with some work.
- Owlet 3 Smart Sock (good luck buying it in the USA, thanks FDA)
- A wyze 3 camera with starlight sensor
- docker-wyze-bridge to get RTSP stream of the camera
- OBS to rebroadcast the stream with an overlay
- this tool to add the owlet overlay
- Grab OBS headless by using
cieg/obs-docker:latest
with docker - Install
rtsp-simple-server
- I recomend the docker container - Start running this docker container, which will publish owlet's stats as HTML
- Point OBS's source to the RTSP stream of your camera (I use wyze, any rtsp works)
- Add a browser source and point to this service's HTML
- Setup the stream in OBS to point to your rtsp-simple-server instance
- Add to scrypted/blueiris/whatever you want by using the rtsp-simple-server proxy!
You can add this to HKSV by using Scrypted - see that service for details. You will add this RTSP camera with the overlay as the source. A benefit of doing this is cloud recordings and AppleTV's Picture-in-Picture mode for HK cameras meaning you can watch TV and have a small image of your baby on the screen to monitor!