Finally I got time to sit down and make my sample program work. I now have a video feed with about 5 fps (930 or so usb fps). The video is no longer scrambled after adding a queue for received packets (seems as the packets are filled in the order sent out, but I get them back out of order sometimes).
Somewhere memory is lost. Not sure if it is in my code or in the reference implementation. Will continue to investigate. If I recall correclty Boris also saw this. Boris: have you had a chance to localize where the problem is? During one run the IBM JVM core dumped. Am also looking into this. Could be a IBM JIT problem, will uppgrade to the lates IBM JVM. WIll also try with the latest Sun JVM. Dan: I had to change the parameters around a bit in order to get the setInterface to work. The code for setParameter mixes up the order for value/index, so with 0/1 I get interface 1 does not exist in one line, and with 1/0 I get interface 1 does not excists in another line ;-). (I was working with the 0.9 release. Dan: Which release do you want us to work with? 0.9 or HEAD? //Roger ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ javax-usb-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/javax-usb-devel