Added facial detection so that it only looks for movements within a region where a face was detected.
The file haarcascade.xml can be replaced with one of these or a custom cascade classifier for better performance.
The file haarcascade.xml can be replaced with one of these or a custom cascade classifier for better performance.
Thanks for the plugin π
Is there any source available ?
I’m trying to set up it with a camera (with IR functionality) that use ONVIF stream when putting the IP or URL into IP field, the plugin crash.
The link on ONVIF is like this one :
rtsp://login:password@192.168.1.2:554/
It works on VLC for example or tool that support ONVIF
Regards π
I missed this comment in the filters. Sorry!
It should now be able to use ONVIF streams: https://lucidcode.com/2021/12/30/halovision-1-0-8/
And the source is available here:
https://github.com/lucidcode/LucidScribe-Halovision/pull/4/files
Hi π
I have seen all big improvement, this is great, I didn’t trying yet but I will π
I have tried to make a software on my own, based on most of your code from Halovision, but I’m not a wonderful coder like you, but it does good detection.
I have set up to send UDP packet on my Android phone to receive notification.
I have used EMGU with auto reconnect when stream is lost and tensor code to both detect eye.
I have breath movement, so I need to add code to cancel false positive detected as REM.
But the soft need powerful computer, I have also trying to use GPU CUDA to accelerate the code.
Big thanks for your work and update ππππ
Thanks and a pleasure! I look forward to checking out the tensor code and seeing how you rule out false positives from breathing. Thanks for the invite to your GitHub repo!
You are welcome π