Hi
Just tried FrameAccess.java example on my webcam. It works fine.. Just at the beginning of main() i commented out some stuff and changed arg[0] to vfw://0
public static void main(String args[]) {
//if (args.length == 0) {
//prUsage();
//System.exit(0);
//}
//String url = args[0];
String url = "vfw://0";
//etc. etc. etc.
I really dunno what to make out of it. My best guess is that somehow your webcam fails to provide frame access. Do you have another one to try with?