Hello, thanks for the commit of debug, and here's what the user gave us :
v4l: open
  mbuf: size=2457616 frames=2
  v4l: using mapped buffers for capture
v4l: init: /dev/video0 (Logitech QuickCam chat)
  capabilities:  capture
  size    : 160x120 => 352x288
  channels: 1
    SPCA561: 0  camera
  audios  : 0
 PAL NTSC SECAM AUTO
  fbuffer : base=0x(nil) size=0x0 depth=0 bpl=0
  picture : brightness=27136 hue=53276 colour=16059 contrast=11264
  picture : whiteness=1 depth=24 palette=rgb24
v4l: close
vid-open: ok: v4l
vid-open: flags: 2
v4l: open
  mbuf: size=2457616 frames=2
  v4l: using mapped buffers for capture
ng_dev_open: opened Logitech QuickCam chat [refcount 1]
v4l: setformat
v4l: capture probe 24 bit TrueColor (BE: rgb)...        failed
v4l: setformat
v4l: capture probe 24 bit TrueColor (LE: bgr)... ioctl: VIDIOCMCAPTURE(frame=0;height=120;width=160;format=4): Invalid argument
failed
v4l: setformat
v4l: capture probe 16 bit YUV 4:2:2 (packed, YUYV)... ioctl: VIDIOCMCAPTURE(frame=0;height=120;width=160;format=7): Invalid argument
failed
v4l: setformat
v4l: capture probe 16 bit YUV 4:2:2 (planar)... ioctl: VIDIOCMCAPTURE(frame=0;height=120;width=160;format=13): Invalid argument
failed
v4l: setformat
v4l: capture probe 12 bit YUV 4:2:0 (planar)... ioctl: VIDIOCMCAPTURE(frame=0;height=120;width=160;format=15): Invalid argument
failed
v4l: setformat
v4l: setformat
v4l: capture probe 32 bit TrueColor (BE: -rgb)...       failed
v4l: close
ng_dev_close: closed Logitech QuickCam chat [refcount 0]
v4l: close



I don't know why it would fail... you have any idea ?

KKRT



On Wed, 10 May 2006 15:39:53 -0400, Harry Vennik <[EMAIL PROTECTED]> wrote:

It might be something different too, it just popped into my mind I read such a
few weeks ago.

I just checked the code. The message is coming directly from the capture
extension. ::Capture::Open internally uses the set_color_conv function to
select the palette. It tries RBG24 first, then BGR24, and if both fail, it will try to find a convertor from 'just what is available' to RGB24. If none
is found, it will return -1 to indicate failure.

If aMSN is compiled with DEBUG enabled, this function will write a line to the
console for every converter it tries. so having console output (from aMSN
with DEBUG of course) might be very helpful.

Harry

Op dinsdag 9 mei 2006 14:14, schreef Youness Alaoui:
Hi,
I don't think so, v4l-info only reports RGB24... but you think it might be
that ? so we simply need a foreach palette... ?

KKRT

On Tue, 09 May 2006 02:20:39 -0400, Harry Vennik <[EMAIL PROTECTED]>

wrote:
> Are they using webcams that support multiple palettes, and RGB24 is not
> put as
> first in the list by the driver?
>
> I read something about such some time ago (link to sf.net tracker on
> this ml).
> Sorry I've no time to search for it now...
>
> Harry
>
> Op zondag 7 mei 2006 02:31, schreef Youness Alaoui:
>> hello all, it seems there is a webcam bug... alot of people reported
>> having a problem with amsn saying "Your webcam uses a palette that this
>> extension does not support yet" but the webcam IS RGB24... a lot of
>> people
>> reported it on the forums, and v4l-info gives RGB24 for all of them...
>> this needs to be fixed ...
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Amsn-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amsn-devel


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel



--
KaKaRoTo


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to