<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid446DBF00.2070100@thales.co.za" type="cite">Hello
<br>
<br>
This is my first post, I am not sure about the correct way I should
submit this? I have made a small change to
modules/access/dshow/filter.cpp that allows dshow video sources with
MJPG outputs to be used. Attached is a patch. See
<a class="moz-txt-link-freetext" href="http://forum.videolan.org/viewtopic.php?t=20694">http://forum.videolan.org/viewtopic.php?t=20694</a> . I have tested this
with an MJPG IP camera and it seems fine. <br>
I would like to help add some functionality to VLC:
<br>
- Extend current video filter architecture to allow use of Intel's
OpenCV for writing image processing / computer vision video filters.
<br>
- Extend current video filter architecture to allow use of single input
- single output dshow filters.
<br>
<br>
Any suggestions or guidelines as to how I can get started?
<br>
<br>
Thanks
<br>
Dugal
<br>
</blockquote>
Hi again<br>
<br>
I would appreciate some feedback. Is there something wrong with my
submission/ do you plan to use the patch/ are you interested in my
suggested contributions?<br>
<br>
Thanks <br>
Dugal<br>
<br>
<br>
<blockquote cite="mid446DBF00.2070100@thales.co.za" type="cite">
<pre wrap="">
<hr size="4" width="90%">
146a147,149
</pre>
<blockquote type="cite">
<pre wrap="">/* MJPG - formats */
const GUID MEDIASUBTYPE_MJPG = {0x47504A4D, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}};
</pre>
</blockquote>
<pre wrap=""><!---->284a288,290
</pre>
<blockquote type="cite">
<pre wrap=""> /* MJPEG formats */
else if( media_type.subtype == MEDIASUBTYPE_MJPG )
i_fourcc = VLC_FOURCC( 'M', 'J', 'P', 'G' );
</pre>
</blockquote>
</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