From 994e3e06c0f459e41a96e4289dbc7d5206c5ccab Mon Sep 17 00:00:00 2001 From: splewis1 Date: Tue, 8 Nov 2016 23:09:03 -0500 Subject: [PATCH 1/3] Update cameras.yaml Added H.264 URL for Samsung (Hanwha) cameras produced after 2010. --- runtime_data/cameras.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runtime_data/cameras.yaml b/runtime_data/cameras.yaml index 31c36f1..7e10c34 100644 --- a/runtime_data/cameras.yaml +++ b/runtime_data/cameras.yaml @@ -167,10 +167,12 @@ manufacturers: Qnap: mjpeg: - "http://[username]:[password]@[ip_address]/cgi/mjpg/mjpeg.cgi" - Samsung_SNB: + Samsung: mjpeg: - "http://[username]:[password]@[ip_address]/video?submenu=mjpg" - "http://[username]:[password]@[ip_address]/video?submenu=jpg" + h264: + - "rtsp://[ip_address]/profile1/media.smp" Sanyo: mjpeg: - "http://[username]:[password]@[ip_address]/liveimg.cgi?serverpush=1" From 3508ac350b9020073036e46d31d1736cb41ae9ac Mon Sep 17 00:00:00 2001 From: AdrianSutea Date: Fri, 11 Nov 2016 12:29:58 +0200 Subject: [PATCH 2/3] Remove non-existent + improve ro plates patterns @@###@@@ - this one doesn't exist @###@@@ & @##@@@ - the only plates which start with a single character followed by 2 or 3 digits are the one's starting with 'B' --- runtime_data/postprocess/eu.patterns | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/runtime_data/postprocess/eu.patterns b/runtime_data/postprocess/eu.patterns index 3af40bd..eaa2a9c 100644 --- a/runtime_data/postprocess/eu.patterns +++ b/runtime_data/postprocess/eu.patterns @@ -168,10 +168,9 @@ pt @@#### pt ####@@ pt ##@@## -ro @@###@@@ ro @@##@@@ -ro @###@@@ -ro @##@@@ +ro [B]###@@@ +ro [B]##@@@ rs @@###@@ From cafe6ab1648a6eaa3f17c9e5c8b3d517adc5eb40 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Tue, 13 Dec 2016 08:44:02 -0500 Subject: [PATCH 3/3] Update cameras.yaml --- runtime_data/cameras.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime_data/cameras.yaml b/runtime_data/cameras.yaml index 7e10c34..1991980 100644 --- a/runtime_data/cameras.yaml +++ b/runtime_data/cameras.yaml @@ -171,7 +171,7 @@ manufacturers: mjpeg: - "http://[username]:[password]@[ip_address]/video?submenu=mjpg" - "http://[username]:[password]@[ip_address]/video?submenu=jpg" - h264: + h264: - "rtsp://[ip_address]/profile1/media.smp" Sanyo: mjpeg: