South Africa
Asked — Edited
Resolved Resolved by Rich!

Exporting Video Stream To Open Cv/ Face Recognition

Hi there,

I am trying to export my video feed to openCV via the ARC. Is there built in functionality to do this? I am aiming to implement a custom facial recognition fisherfaces algorithm on the video feed from the AR drone.

Alternatively does anyone know if i can resolve the fisherfaces model to a Haar cascade which i could simply import into the custom tracking fields?

Thanks for any help!

Oliver


ARC Pro

Upgrade to ARC Pro

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

United Kingdom
#1  

There are options for custom haar cascades in the video settings. The feed itself is available to any Windows application, it should show up in any applications settings as "Windows Wireless Camera", there is no option in ARC to export this as it is not required.

South Africa
#2  

Thanks Rich.

I have ended up using the parrot SDK DLL's to create an interface that i can pipe the video stream to a face recognition program.