OpenCV motion recognition

Moderator: leecollings

Post Reply
Dukel
Posts: 1
Joined: Thursday 22 October 2020 20:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

OpenCV motion recognition

Post by Dukel »

Hi,

Could I run a script or some python code to recognize specific movements (hand gestures) which triggers a certain action on Domoticz.
I've some experience with OpenCV, but this only recognizes objects. I recon making it recognize movements shouldn't be the issue perse in a python script, but what would be a smart idea to let Domoticz know I has te perform an action?

Example: wave to the camera and the lights turn on/off
darrepac
Posts: 133
Joined: Tuesday 04 February 2014 21:31
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Isère, France
Contact:

Re: OpenCV motion recognition

Post by darrepac »

If you have a python script based on openCV that is capable to do face recognition (after training) it could trigger some dedicated actions
Rosenbaum
Posts: 1
Joined: Saturday 31 July 2021 8:53
Target OS: Windows
Domoticz version:
Contact:

Re: OpenCV motion recognition

Post by Rosenbaum »

In videos, multiple frames are stack together to form video. For motion detection, we calculate the difference between two continuous frames and if it’s higher than the set threshold, it means motion detection has been observed there.
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests