From 7e9dc0a7918032ee09dad35b24d8ff4d7dba1011 Mon Sep 17 00:00:00 2001 From: xfarrow <49845537+xfarrow@users.noreply.github.com> Date: Sat, 14 Sep 2024 12:07:17 +0200 Subject: [PATCH] Update README.md --- how-to-connect-to-foss-NVR/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/how-to-connect-to-foss-NVR/README.md b/how-to-connect-to-foss-NVR/README.md index 62817ad..19b7cba 100644 --- a/how-to-connect-to-foss-NVR/README.md +++ b/how-to-connect-to-foss-NVR/README.md @@ -5,8 +5,7 @@ Tested on: Tapo C210 ## Introduction ### Capabilities -This camera is capable of transmitting its stream on the RTSP protocol on two channels: one at resolution 640x360 and another one at resolution 1920x1080 (despite this model -has a 2K lens, the 2K stream is accessible through the official app only). +This camera is capable of transmitting its stream on the RTSP protocol on two channels: one at resolution 640x360 and another one at a higher quality, whose resolution is set in the settings (720p, 1080p, 2K). It supports the `ONVIF` standard. It is also possible to access the video over HTTP, but it's undocumented, unofficial and needs to be improved.