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>