From: "Franco Amato" on
Hi peolple,
Have you any source code to capture frames from a camera (usb or video card)
using microsoft directx and wxwidgets as gui?
Regards
Frank
From: "John Labenski" on
There is code for using VFW (Video for Windows) at wxcode.sf.net in
the wxvidcap project.

If you do happen to write a directx capture wrapper, I would love to
be able to add it. You can look at the MS amcap sample for some ideas.

Regards,
John Labenski

On 6/29/06, Franco Amato <eurofrank(a)gmail.com> wrote:
>
> Hi peolple,
> Have you any source code to capture frames from a camera (usb or video card)
> using microsoft directx and wxwidgets as gui?
> Regards
> Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: "Franco Amato" on
Im'unable to build a directx version...I asked here for that
regards
frank

2006/6/29, John Labenski <jlabenski(a)gmail.com>:
>
> There is code for using VFW (Video for Windows) at wxcode.sf.net in
> the wxvidcap project.
>
> If you do happen to write a directx capture wrapper, I would love to
> be able to add it. You can look at the MS amcap sample for some ideas.
>
> Regards,
> John Labenski
>
> On 6/29/06, Franco Amato <eurofrank(a)gmail.com> wrote:
> >
> > Hi peolple,
> > Have you any source code to capture frames from a camera (usb or video
> card)
> > using microsoft directx and wxwidgets as gui?
> > Regards
> > Frank
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
>
>
From: jtgxbass on
I used CNCVideoInput for windows (this is a DirectX implementation) and used
SequenceGrabber API under OS X.

Getting my head round the msdn docs for the directx stuff proved difficult
(hence buying this very cheap but excellent CNCVideoInput - which is shipped
as source code). Whats frustrating is that once I bought it, the process
became clear! MSDN docs are not too great when it comes to DX IMHO!

On 6/30/06, Franco Amato <eurofrank(a)gmail.com> wrote:
>
> Im'unable to build a directx version...I asked here for that
> regards
> frank
>
> 2006/6/29, John Labenski <jlabenski(a)gmail.com>:
>
> > There is code for using VFW (Video for Windows) at wxcode.sf.net in
> > the wxvidcap project.
> >
> > If you do happen to write a directx capture wrapper, I would love to
> > be able to add it. You can look at the MS amcap sample for some ideas.
> >
> > Regards,
> > John Labenski
> >
> > On 6/29/06, Franco Amato <eurofrank(a)gmail.com> wrote:
> > >
> > > Hi peolple,
> > > Have you any source code to capture frames from a camera (usb or video
> > card)
> > > using microsoft directx and wxwidgets as gui?
> > > Regards
> > > Frank
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
> > For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
> >
> >
>
From: "Franco Amato" on
Thank you very much...
Can I have a copy of your source code who integrate wxWidgets and it?
Best Regards
Frank

2006/7/6, jtgxbass <jtgrassie(a)gmail.com>:
>
> I used CNCVideoInput for windows (this is a DirectX implementation) and
> used SequenceGrabber API under OS X.
>
> Getting my head round the msdn docs for the directx stuff proved difficult
> (hence buying this very cheap but excellent CNCVideoInput - which is shipped
> as source code). Whats frustrating is that once I bought it, the process
> became clear! MSDN docs are not too great when it comes to DX IMHO!
>
>
> On 6/30/06, Franco Amato < eurofrank(a)gmail.com> wrote:
> >
> > Im'unable to build a directx version...I asked here for that
> > regards
> > frank
> >
> > 2006/6/29, John Labenski < jlabenski(a)gmail.com>:
> >
> > > There is code for using VFW (Video for Windows) at wxcode.sf.net in
> > > the wxvidcap project.
> > >
> > > If you do happen to write a directx capture wrapper, I would love to
> > > be able to add it. You can look at the MS amcap sample for some ideas.
> > >
> > >
> > > Regards,
> > > John Labenski
> > >
> > > On 6/29/06, Franco Amato <eurofrank(a)gmail.com> wrote:
> > > >
> > > > Hi peolple,
> > > > Have you any source code to capture frames from a camera (usb or
> > > video card)
> > > > using microsoft directx and wxwidgets as gui?
> > > > Regards
> > > > Frank
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
> > > For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
> > >
> > >
> >
>