ARToolKit | Mailing List Archive |
![]() |
From: | Alexandre Gillet <gillet@s ..........> | Received: | Jun 10, 2004 |
To | artoolkit@h .................. | ||
Subject: | usb camera not working with DSvideolib | ||
Hi, I am trying to run the ARToolKit 2.65f + DSVideolib 0.0.5a from Thomas Pintaric on a windows machine with a Creative WebCam NX pro (USB cam) I am trying to run the simple test from bin.vc60. I am getting the WDM capture filter property but after I accept the setting, the application crash. Any idea? Does that camera is supported by the videolibrary? Thanks Alex -- o Alexandre Gillet email: gillet@s .......... / The Scripps Research Institute, o Dept. Molecular Biology, MB-5, \ 10550 North Torrey Pines Road, o La Jolla, CA 92037-1000, USA. / tel: (858) 784-2053 o fax: (858) 784-2860 |
From: | Volker Wiendl <Wiendl@g .....> | Received: | Jun 11, 2004 |
To | artoolkit@h .................. | ||
Subject: | Re: usb camera not working with DSvideolib | ||
AG> I am trying to run the ARToolKit 2.65f + DSVideolib 0.0.5a from Thomas AG> Pintaric on a windows machine with a Creative WebCam NX pro (USB cam) AG> I am trying to run the simple test from bin.vc60. AG> I am getting the WDM capture filter property but after I accept the AG> setting, the application crash. Try to run register_filter.bat from the Bin Directory of DsVideoLib If there will be a success message it should work then. AG> Does that camera is supported by the videolibrary? Normaly every camera with directshow driver is supported. But we have a problem with this library too. After closing there's always a problem with objects which are not dereferenced. But because it only happens by calling CoUninitialize on exit, we don't really care about that. AG> Thanks AG> Alex -- Best regards, Volker mailto:Wiendl@g ..... |
From: | Alexandre Gillet <gillet@s ..........> | Received: | Jun 11, 2004 |
To | Volker Wiendl <Wiendl@g .....> | ||
Subject: | Re: usb camera not working with DSvideolib | ||
Volker, Thanks for your answer. I did run the register_filter but only the simple example work and only one of the 3 example of DSVideolib work. I try to wrappe the videolibrary for python as my application is in Python. But it does not seems to work appropriatly. I do not have time to spend on that right now so I will use the ARFrameGrabber from version 2.52 for now ( which I have already wrappe). I will try to work on the wrapping of DSVideoLib later. Alex Volker Wiendl wrote: > AG> I am trying to run the ARToolKit 2.65f + DSVideolib 0.0.5a from Thomas > AG> Pintaric on a windows machine with a Creative WebCam NX pro (USB cam) > AG> I am trying to run the simple test from bin.vc60. > AG> I am getting the WDM capture filter property but after I accept the > AG> setting, the application crash. > > Try to run register_filter.bat from the Bin Directory of DsVideoLib > If there will be a success message it should work then. > AG> Does that camera is supported by the videolibrary? > Normaly every camera with directshow driver is supported. > > But we have a problem with this library too. After closing there's > always a problem with objects which are not dereferenced. But because > it only happens by calling CoUninitialize on exit, we don't really care > about that. > AG> Thanks > AG> Alex > > > -- o Alexandre Gillet email: gillet@s .......... / The Scripps Research Institute, o Dept. Molecular Biology, MB-5, \ 10550 North Torrey Pines Road, o La Jolla, CA 92037-1000, USA. / tel: (858) 784-2053 o fax: (858) 784-2860 |