I have been trying a long time to integrate Open Vino Face dectection ADAS model into the MFT pipeline so as to make my Windows 10 camera application detect faces at real time. But nothing worked out.
I am using visual studio 2019 and trying to code in C++ to develop a driver for the camera that does the face detection.
Is there any other way to make the windows 10 camera application to detect faces and draw a bounding box around the detected faces automatically while capturing?
Any help or suggestions are welcome
Thanks in Advance