mtnbkr88 / ESP32CAMVideoRecorder

A fully functional manual, motion detect or time triggered AVI video JPG picture recorder with OTA web firmware update ability.
47 stars 9 forks source link

Adding motion detection without PIR #1

Closed thomas-pegot closed 3 years ago

thomas-pegot commented 4 years ago

Hi,

  • Motion detection is available if a PIR motion sensor is connected to GPIO3 (U0RXD) (after the firmware is uploaded).

I you are interested in motion detection from video, I developped an algo based on optical flow which can be used to detect motion detection for esp32cam.

Link : https://github.com/thomas-pegot/esp32-motion

best,

mtnbkr88 commented 4 years ago

Hi,

Yes, I am interested in motion detection without using PIR. I thought about trying this myself many months ago but haven't gotten around to it yet. The PIR I'm using gives tons of false positives on hot or windy days (my cameras are outside). Detecting motion from video could solve the false positives from heat but I think there's nothing that can be done for windy days (lots of tree movement). When I get the chance I'll take a look at what you've done.

Thanks!


From: Pegot-Ogier notifications@github.com Sent: Thursday, May 21, 2020 12:43 PM To: mtnbkr88/ESP32CAMVideoRecorder ESP32CAMVideoRecorder@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [mtnbkr88/ESP32CAMVideoRecorder] Adding motion detection without PIR (#1)

Hi,

I you are interested in motion detection from video, I developped an algo based on optical flow which can be used to detect motion detection for esp32cam.

Link : https://github.com/thomas-pegot/esp32-motion

best,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/mtnbkr88/ESP32CAMVideoRecorder/issues/1, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGITJUBD5HRWJSXRQH66YG3RSV747ANCNFSM4NHDPNWQ.

thomas-pegot commented 4 years ago

Ok take your time. I added a repo presenting the motion library : https://github.com/thomas-pegot/camera_web_server peace