-
Were you going to implement the code from http://pages.cpsc.ucalgary.ca/~sayles/VFL_HowTo/ into this library or should I go with a local solution?.
2009-03-25 20:39:43 UTC in Integrating Vision Toolkit
-
My last message seemed to be lost.
Anyways, It works!
Looking forward to the newest version.
2009-03-06 20:25:31 UTC in Integrating Vision Toolkit
-
The example code worked perfectly. recorded a series of ppm files which gimp showed to be from my webcam.
Thank you for your help and a very nice piece of software.
2009-03-06 17:41:50 UTC in Integrating Vision Toolkit
-
Thanks for looking into this. I'm using a labtec which I think is a logitech type. As I said in my first post, I'm able to use it with other web cam programs, so long as I load the compatibility layer in. (And that's only because I'm using the built in kernel drivers).
Anything you need to know let me know.
2009-03-05 22:47:09 UTC in Integrating Vision Toolkit
-
I've also tried
COpenCVCapture captuer(-1,"/dev/video0");
The error is
(ERROR)icvOpenAVI_XINE(): Unable to open source '/dev/video0'.
2009-03-05 22:33:24 UTC in Integrating Vision Toolkit
-
No I'm pretty sure it's a usb camera, so I've tried the COpenCVCapture you suggested. Still no luck. Also tried with the preloaded compatibility libraries
It comes back with error: could not open camera.
2009-03-05 22:22:56 UTC in Integrating Vision Toolkit
-
btw I'm using ivt-1.3.3.zip.
2009-03-05 21:44:55 UTC in Integrating Vision Toolkit
-
I've done all I can think of and it doesn't work. I'll give a summary of what I've done, maybe you can suggest something.
Running (for example) camerama works if I preload the compatibilty library.
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so camorama
I'm using QT 4.5, opencv 1
When I try running the CaptureApp I only get
= Found 0 cameras ======
error: no camera found
error: could...
2009-03-05 21:43:05 UTC in Integrating Vision Toolkit
-
running cmake from src/.. finishes and gives me a makefile. So the readme is misleading if this is how it is supposed to work. However the build then doesn't find the include files. (Harbor is where it stopped).
2008-08-10 08:56:30 UTC in iqr large-scale neural systems simulator
-
Weird problem. I'm on gentoo and don't use rpms, so I tried building from svn code.
running cmake . in the src director this happens:
hris@iamfast64 src $ cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
--...
2008-08-10 08:51:46 UTC in iqr large-scale neural systems simulator