Hi all,
I’m new to OpenCV and before starting to dig too far into it, I’d like to get some advice if I can achieve my idea with this framework. Please note that I have an engineering background but no specific knowledge in CV (so far).
I’m looking at developing an application that can detect subtle eyelid / eyelash motion and trigger to an external application for further actions. Here what I envision:
- Identify eyelid / eyelash on the video stream (single object)
- Trigger an event when this object moves enough above noise threshold and motion is detected for a certain duration (1-2sec).
- Send the even to a 3rd party app like node-RED (or eventually process in Python)
The detection has to be done real time, ideally using a video stream coming from a webcam or a phone.
I was questioning if roboflow could also help for that purpose.
Thank you in advance!