Hi all.
A direct question: is there an element to support dv camera on windows? I have tried to cross compile libdv from Linux but its code can be compiled only on POSIX system and mingw has not all the necessary headers (for example thera aren't ioctl.h, mman.h, sched.h, resource.h, pthread.h). Thanks Francesco Argese ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
Hi,
The dv1394src and hdv1394src plugins depend on several linux (posix?) specific libraries, like libraw1394 and libavc1394. Therefore will never be usable on windows (and macosx also, unless they have those libs). This requires figuring out the proper API to use to access firewire devices on windows, then making a source element for it. Hopefully they have a high-level enough library to do that without it being too painful. Edward On Fri, 2008-10-17 at 17:40 +0200, Francesco Argese wrote: > Hi all. > > A direct question: is there an element to support dv camera on windows? > > I have tried to cross compile libdv from Linux but its code can be > compiled only on POSIX system and mingw has not all the necessary > headers (for example thera aren't ioctl.h, mman.h, sched.h, > resource.h, pthread.h). > > Thanks > Francesco Argese > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Francesco Argese
Hi,
Did you try ksvideosrc (part of -bad, in sys/winks)? I haven't yet tested it with DV cameras, but it's next on my TODO to test that (just waiting for a DV camera, which is already on its way). Cheers, Ole André -----Original Message----- From: Francesco Argese [mailto:[hidden email]] Sent: Fri 10/17/2008 08:40 To: Discussion of the development of GStreamer Subject: [gst-devel] dv support on windows Hi all. A direct question: is there an element to support dv camera on windows? I have tried to cross compile libdv from Linux but its code can be compiled only on POSIX system and mingw has not all the necessary headers (for example thera aren't ioctl.h, mman.h, sched.h, resource.h, pthread.h). Thanks Francesco Argese ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
> Did you try ksvideosrc (part of -bad, in sys/winks)? I haven't yet tested it with DV cameras, but it's next on my TODO to test that (just waiting for a DV camera, which is already on its way).
Yes, i would like to try it! Probably I could do it on monday. I want only to know a thing: how can i compile that plugin? Cross compile or OABuild? Have you already an executable version of gstreamer including that plugin? Thanks Francesco Argese ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
> > Did you try ksvideosrc (part of -bad, in sys/winks)? I haven't yet
> tested it with DV cameras, but it's next on my TODO to test that (just > waiting for a DV camera, which is already on its way). > > Yes, i would like to try it! Probably I could do it on monday. I want > only to know a thing: how can i compile that plugin? Cross compile or > OABuild? Have you already an executable version of gstreamer including > that plugin? It's part of OABuild. Thanks to Andres Colubri you can find binaries here: http://sourceforge.net/project/showfiles.php?group_id=225389&package_id=272648 Cheers, Ole André ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |