| Hi Frank, I'm not sure what the problem might be. Your camera uses the MySPCA500Driver[.h.m] The USB communication is probably fine, since it says "Playing"; if there were some prblems then this would change. If you can, try your camera with a PPC Mac, remember you only need to run the macam application, which does not need to be installed, so you can run it from a disk image or a flash drive. If this works, then it is a byte order issue. Actually, you can probably just set the macam application to run in Rosetta mode or something (I don't have an Intel Mac, so I don't know exactly). That is probably much easier. In any case, I would put some kind of printf statement between lines 709 and 710 to examine the contents of the currBuffer; to make sure that is has enough data (> 10K), and maybe to see what it looks like. Then you need to figure out whether your images are compressed or not. You may want to try different settings of the compression slider. If it is a byte-order issue, then it is probably something with one of the decoding routines, sometimes there is code that assumes certain byte-orders. Beware of pointers to things that are bigger than bytes. Let me know what you find out, and I'll help out too. Thanks, Harald On Nov 14, 2006, at 05:40, Frank Schoep wrote:
|
------------------------------------------------------------------------- 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
_______________________________________________ webcam-osx-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/webcam-osx-devs
