Re: [Linux-uvc-devel] Quickcam Fusion with debian not working...

2006-07-30 Thread Laurent Pinchart
Hi Marcel,

the Debian package includes a patch that adds support for Apple iSight 
devices. Unfortunately, the patch breaks all UVC compliant devices, as the 
iSight is not UVC compliant. Please try to download the latest sources from 
SVN and see if it fixes your problem.

Laurent Pinchart
___
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
http://bat.berlios.de/mailman/listinfo/linux-uvc-devel


Re: [Linux-uvc-devel] Quickcam Fusion with debian not working...

2006-07-30 Thread Junichi Uekawa
Hi,
 
 the Debian package includes a patch that adds support for Apple iSight 
 devices. Unfortunately, the patch breaks all UVC compliant devices, as the 
 iSight is not UVC compliant. Please try to download the latest sources from 
 SVN and see if it fixes your problem.
 
 Laurent Pinchart

I've prepared for now a version with Apple iSight patch removed. (just
commenting out the relevant line in debian/patches/00list).

add the following to your /etc/apt/sources.list:
deb-src http://www.netfort.gr.jp/~dancer/tmp/20060731/ ./

then please do something like:

# apt-get update 
$ apt-get source linux-uvc
$ cd linux-uvc-0.1.0
$ debuild 
# debi 
# m-a a-i linux-uvc


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project
___
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
http://bat.berlios.de/mailman/listinfo/linux-uvc-devel


Re: [Linux-uvc-devel] Quickcam Fusion with debian not working...

2006-07-28 Thread Martin Rubli
On Fri, 28 Jul 2006 04:18:13 -0700, Marcel van Beurden [EMAIL PROTECTED]  
wrote:

 Marcel van Beurden wrote:

 I installed some SDL packages and now it builds fine. But running it
 doesn't seem to do much:

 # ./luvcview
 uvcview verion 0.1.6

 -- DirectFB v0.9.24 -
   (c) 2000-2002  convergence integrated media GmbH
   (c) 2002-2004  convergence GmbH
  ---

 (*) DirectFB/Core: Single Application Core. (2006-06-14 07:02)
 (*) Direct/Memcpy: Using MMXEXT optimized memcpy()
 (!) Direct/Util: opening '/dev/fb0' and '/dev/fb/0' failed
  -- No such file or directory
 (!) DirectFB/FBDev: Error opening framebuffer device!
 (!) DirectFB/FBDev: Use 'fbdev' option or set FRAMEBUFFER environment
 variable.
 (!) DirectFB/Core: Could not initialize 'system' core!
  -- Initialization error!
 Couldn't initialize SDL: DirectFBCreate: Initialization error!

 I'm running on:
 Linux debian 2.6.16-2-686 #1 Sat Jul 15 21:59:21 UTC 2006 i686 GNU/Linux

 Am I missing something here?

I've never seen similar errors on my systems when using luvcview. This one  
doesn't even look like a uvcvideo or V4L2 problem on the input side but it  
looks like SDL is having problems initializing the output window.

That still wouldn't explain the failure with headless programs, though.

So can you execute
   echo 64  /sys/module/uvcvideo/parameters/trace
to increase uvcvideo's debug output level and post the syslog output you  
get after plugging in your camera and trying to run the capture programs?

Cheers,
Martin
___
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
http://bat.berlios.de/mailman/listinfo/linux-uvc-devel