<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi <br>
<br>
I have been working on a similar problem.  Retrieving a snapshot from
the ActiveX component I'm sure is possible but would likely be a bit
slow for real-time video processing.  The approach I used was to write
a video filter module (see examples in /modules/video_filter) to
implement the object detection/ whatever .  If you get the latest VLC
source my opencv wrapper and example video filters will be included
which allow you to write video filters that use OpenCV and can raise
events in the hosting app if necessary (using my activex patch from
yesterday which is not yet included in the VLC source).<br>
<br>
Bye<br>
Dugal<br>
<br>
Adam Collins wrote:
<blockquote
 cite="mid53b855bb0609070202j9efbfb2v12f22d648abc64f4@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
Question:<br>
Is there a way of getting an RGB frame from an activeX module call?<br>
  <br>
My Possible solution: please comment on validity<br>
include the mediacontrol.h header file into the activeX module to allow
the mediacontrol_snapshot() method to be called from the activeX module.<br>
  <br>
Context:<br>
Developing an application for object recognition in a live stream from
RTSP protocol. developing for a windows environment for students to
develop new obstacle detection algorithms, thus an easy insertion
method would be preferable. IE insert an activeX component into visual
studio .net 2005 and set the MRL to <stream IP> then repeatedly
call mediacontrol_snapshot() to retrieve RGB pixel array on which to
run the algorithms.Would anyone know how to do this? or if there is a
better way and example?<br>
  <br>
Many Thanx<br>
  <br>
Adam Collins<br>
</blockquote>
</body>
</html>

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html