Hi,

your firewire issue stems from the fact that there are two types of
firewire cameras: DV cameras, which are normally camcorders or similar
devices, and cameras that follow the IIDC standard, which are normally
industrial cameras or your typical webcams. DV cameras compress the data
during transmission, IIDC cameras don't. The libavg firewire support
pertains to IIDC cameras. You can find a huge list of IIDC cameras here:

  http://damien.douxchamps.net/ieee1394/cameras/

On the other hand, libavg should support DV cameras as video4linux2
devices (I haven't tried this, though). The ubuntu package, however,
seems to have been compiled without v4l2 support. That happens if
linux-headers is not installed under ubuntu. See if you can compile your
own libavg. Install the linux-headers package for your kernel first so
the video4linux2 headers are available.

Cheers,

  Uli

husk wrote:
> Hi list,
> i'm triyng to use libavg but i have a big problem: it doesn't read any 
> cam (both firewire or v4l).
> I have a ubuntu hardy (8.04) machine, all modules for firewire loaded (i 
> can use it with kino, pd) and with correct permissions. The same for v4l 
> devices. I'm using libavg  from hardy's repositories (but i tried also 
> one compiled by myself). When I launch remote script (with fw conf in 
> /etc/avgtrackerc) this is the output:
> 
> [08-08-29 00:15:10.168] LOGGER: Logging started
> [08-08-29 00:15:10.170] CONFIG: Adding a Tracker for FW camera 
> /dev/dv1394/0 width=640 height=480
> [08-08-29 00:15:13.137] WARNING: AVG_REMOTE_HOST and/or AVG_REMOTE_PORT 
> not set. OSC server not available.
> [08-08-29 00:15:13.138] CONFIG: Display bpp: 24
> [08-08-29 00:15:13.138] CONFIG: Requested OpenGL configuration:
> [08-08-29 00:15:13.138] CONFIG:   POW2 textures: false
> [08-08-29 00:15:13.138] CONFIG:   Fragment shader YCbCr texture support.
> [08-08-29 00:15:13.138] CONFIG:   Use pixel buffers: true
> [08-08-29 00:15:13.138] CONFIG:   Multisample samples: 1
> [08-08-29 00:15:13.138] CONFIG:   Auto vsync
> [08-08-29 00:15:13.186] WARNING: No firewire cameras found.
> [08-08-29 00:15:13.284] CONFIG: Vertical Refresh Rate: 59.9095
> [08-08-29 00:15:13.284] CONFIG: OpenGL configuration:
> [08-08-29 00:15:13.284] CONFIG:   OpenGL version: 1.3 Mesa 7.0.3-rc2
> [08-08-29 00:15:13.284] CONFIG:   OpenGL vendor: Tungsten Graphics, Inc
> [08-08-29 00:15:13.285] CONFIG:   OpenGL renderer: Mesa DRI Intel(R) 
> 945GM 20061017 x86/MMX/SSE2
> [08-08-29 00:15:13.285] CONFIG:   Using Mesa YCbCr texture support.
> [08-08-29 00:15:13.285] CONFIG:   Using NVidia texture rectangle extension.
> [08-08-29 00:15:13.285] CONFIG:   Not using multisampling.
> [08-08-29 00:15:13.285] CONFIG:   Not using GL memory extensions.
> [08-08-29 00:15:13.285] CONFIG:   Max. texture size is 2048
> [08-08-29 00:15:13.301] EVENTS: CURSOROVER
> 
> 
> How you can see it add a tracker for the cam but it doesn't find 
> firewire device.
> And if I try with v4l device in the conf this is the output:
> 
> [08-08-28 23:17:43.077] LOGGER: Logging started
> [08-08-28 23:17:43.078] ERROR: Video4Linux camera tracker requested, but 
> Video4Linux support not compiled in.
> 
> Really, I don't understand it.
> I would like to use libavg, I like concept and his possibility, but I 
> need tracking for my job.
> Any helps is appreciate.
> Husk
> 
> *
> <mailto:[email protected]>*
> 


-- 
Any technology distinguishable from magic is insufficiently advanced.

Ulrich von Zadow | +49-172-7872715
Jabber: [EMAIL PROTECTED]
Skype: uzadow

_______________________________________________
libavg-users mailing list
[email protected]
https://mail.datenhain.de/mailman/listinfo/libavg-users

Reply via email to