Donate Share

unicap

Code

Programming Languages: C

License: GNU General Public License (GPL)

Show:

What's happening?

  • Followup: RE: Compiling under FreeBSD

    Simone, I just answered this question also on the PC-BSD forums. Currently unicap only works with Linux. Unless you know how to program and make the required changes to the code ( and send me the patch afterwards :-) ) I would recommend to use Linux if you want to use unicap and VeeJay.

    2008-03-26 13:26:45 UTC by arne_caspari

  • Compiling under FreeBSD

    I've downloaded the source code to compile it, when i do ./configure, everthing seems it's ok. But when i do make i've got this error: Quote: # make make all-recursive Making all in po Error expanding embedded variabile. ***Error code 1 and it's stop. :x So i have tryed to build it with gmake...but i have this error: colorspace.c:28:25: linux/types.h: No such file or directory.

    2008-03-26 12:03:16 UTC by rogermcallen

  • problem with v4l2 devices

    At cpi/v4l.c v4l_enumerate_devices line 253: if( ioctl( fd, VIDIOC_QUERYCAP, &v4l2caps ) == 0 ) { TRACE( "v4l2 ioctls succeeded\n" ); close( fd ); continue; } if( (v4l2caps.capabilities & V4L2_CAP_VIDEO_CAPTURE) ) { // v4l version two device close( fd ); continue; } With some v4l2 devices (I've tried logitech orbicam) the first if fails...

    2007-12-22 10:04:35 UTC by nobody

  • Followup: RE: unicap on osx

    This has nothing to do with POSIX. The IEEE-1394 driver has a different API than the Linux one. If you want to use IIDC cameras, you might be able to use libdc1394 which is supposed to have MacOS support. I never tested this though. /Arne.

    2007-04-12 12:03:49 UTC by arne_caspari

  • Followup: RE: unicap on osx

    What a pity... since it aims to be a POSIX system... :-) anyway thanx for the quick response Till Do you have a suggestion on what to use instead? (apart from quicktime...)

    2007-04-12 11:50:13 UTC by tboverma

  • Followup: RE: unicap on osx

    I am sorry but there is currently no way to get unicap running on OSX. libraw1394 is not available for OSX. /Arne.

    2007-04-12 11:42:22 UTC by arne_caspari

  • unicap on osx

    Hey, is there a way to get unicap running on osx? missing: lib1394.h where to get it? regards Till.

    2007-04-12 10:27:25 UTC by tboverma

  • Followup: RE: Latency estimate?

    The Fire-I camera should work. Note however this camera has some abnormalities: The 'shutter' property controls a feature called 'backlight compensation'. The 'auto exposure' property controls the shutter time instead. /Arne.

    2007-04-06 18:31:12 UTC by arne_caspari

  • Followup: RE: Latency estimate?

    Arne, Your helpful comments are very appreciated. You wouldn't happen to know if the Fire-i camera by unibrain will work with unicap? It claims IIDC 1.04 compatibility, so one would hope it will work. -William Morgan.

    2007-04-06 18:18:55 UTC by dtbelobrown

  • Followup: RE: Latency estimate?

    The latency differs a lot between the different protocols. Lets define the latency as the time from the end of the exposure to the first time the image data is accessible to the application. For DCAM / IIDC it is rather easy: After exposure, it takes the frame rate to transmit the whole frame to the host. The FireWire card will generate an interrupt immediately after the last byte of the...

    2007-04-05 08:18:33 UTC by arne_caspari

Our Numbers