Hi,The patch below makes the decoding of compressed images captured with my Vesta (type 675) webcam work.
Gert
--- libpwc.c.orig 2006-04-19 21:43:27.000000000 +0200
+++ libpwc.c 2006-04-19 21:37:13.000000000 +0200
@@ -211,10 +211,10 @@
{
case 645:
case 646:
- case 675:
default:
return -EINVAL;
+ case 675:
case 680:
case 690:
pwc->codec_version = V4L2_PIX_FMT_PWC2;
_______________________________________________
pwc mailing list
[email protected]
http://lists.saillard.org/mailman/listinfo/pwc
