From 2023ee6d6e50e8833c98bc9081657f38fe44db8e Mon Sep 17 00:00:00 2001 From: Igor Elpin Date: Thu, 13 Oct 2022 18:18:39 +0300 Subject: [PATCH] add cctv code story and some tricks --- templates/cv.html | 2 +- templates/index.html | 1 + templates/pycoral.html | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/cv.html b/templates/cv.html index e8260d4..862af81 100644 --- a/templates/cv.html +++ b/templates/cv.html @@ -19,7 +19,7 @@
cv.py - Knock-knock,Neo... + Knock-knock,Neo... Your CODE is here...
diff --git a/templates/index.html b/templates/index.html index db7f87d..ea51449 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,6 +26,7 @@ ГлавнаяМой Телеграм: @ElpinOfficial GitHub + Мои частные репозиторииRendered by FastApi  
diff --git a/templates/pycoral.html b/templates/pycoral.html index 1c48de8..988599b 100644 --- a/templates/pycoral.html +++ b/templates/pycoral.html @@ -28,7 +28,13 @@ Как-то вспомнил что давно хотел присмотреться к ускорителю Google Coral. Пока заказанный свисток отправлялся со склада в Мск, я думал как мне его использовать. - + Стандартные детекторы движения (например motion motioneye) достаточно часто false positive на всякий шум (ветер/снег) + Поэтому мой CCTV будет писать через ffmpeg качественный захват движения в камере, но только после обнаружения в кадре + реального человека. + Код: + Мой CCTV= Raspberry4+GoogleCoral + Результат: +