Tutorial icon Tutorial Tutorial slide plugin for ARC: create, format and embed text and images per .ezb project; navigate/update slides via ControlCommand; auto-resize images Try it →
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

Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#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.

Author Avatar
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.