HOME ASSISTANT - REAL-TIME AND DELAY-FREE IMAGE ON CAMERAS WITH WEBRTC
Yunus UZ Yunus UZ
666 subscribers
3,554 views
104

 Published On Feb 24, 2024

Hello friends, today we are solving the delayed image problem in the cameras we have added in our home assistant series with WebRTC Protocol. By increasing the video speed in our cameras, I explain in this video how we can watch in real time and without delay and make our home safer.

The code to add your cameras:
type: custom:webrtc-camera
entity: camera.kameravarlıkismi

PTZ remote dialing code for Tapo cameras:
ptz:
service: button.press
data_left:
entity_id: button.tapo_move_left
data_right:
entity_id: button.tapo_move_right
data_up:
entity_id: button.tapo_move_up
data_down:
entity_id: button.tapo_move_down
(Here you can enter your directional button entities in your camera entity against entity_id)

RTC Logo hiding code:
style: '.mode {display: none}'

Different view code:
ui: true

WebRTC Mode code:
mode: webrtc


00:00 Introduction
00:52 WebRTC Hacs Setup
01:52 Tapo Camera Setup
04:35 WebRTC Plugin Installation
04:58 Adding WebRTC Camera Card to Dashboard
07:01 Dahua RTSP Camera Setup
09:17 WebRTC Camera Card Customization
11:30 Exit


You can take a look at my previous videos;
HOME ASSISTANT - WEEKLY THERMOSTAT PROGRAMMING - SAVE MONEY EVEN WITHOUT TEMPERATURE SENSOR
   • HOME ASSİSTANT - HAFTALIK TERMOSTAT P...  
HOME ASSISTANT - PERSONALIZED NOTIFICATIONS - PERSONAL VOICE ASSISTANT ( iOS & ANDROID )
   • HOME ASSİSTANT - KİŞİSELLEŞTİRİLMİŞ B...  
2D FLOOR PLAN DRAWING AND DASHBOARD EDITING IN HOME ASSISTANT -    • HOME ASSİSTANT - 2D KAT PLANI ÇİZİMİ ...  
HOME ASSISTANT - TEMPERATURE AND HUMIDITY SENSOR AVERAGING - THERMOSTAT INSTALLATION - SMART THERMOSTAT -    • HOME ASSİSTANT - SICAKLIK VE NEM SENS...  
HOME ASSISTANT - INTERACTIVE NOTIFICATIONS - BELL AUTOMATION - ACTIONABLE NOTIFICATIONS -    • HOME ASSİSTANT - İNTERAKTİF BİLDİRİML...  

You can contact me at
  / yunusuztr  

show more

Share/Embed