Openai Text To Speech icon Openai Text To Speech Convert text to dynamic, real-time speech with nine expressive OpenAI voices-natural, varied, accessible robot communication. 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

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

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.