Just tried it and no, it does not work, creating the capture with new VideoInputFrameGrabber(0). The stack trace is below. I have checked my webcam on
http://webcammictest.com/ and it works ok (though the website or the flash plugin itself are laggy, but I got the picture from the cam). My currently being tested camera is Genius iLook 300 if that matters, but I think it does not. I also installed the official drivers... still would appreciate help. I am sure it all worked very well before, idk what changed, but looks like things are changing in JavaCV and what worked like a year or two ago might not work now, idk why, I doubt that the video cam capturing technology changed that much :/
SEVERE: Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]
org.bytedeco.javacv.FrameGrabber$Exception: videoInput.setupDevice() Error: Could not setup device.
at org.bytedeco.javacv.VideoInputFrameGrabber.start(VideoInputFrameGrabber.java:111)
at org.bytedeco.javacv.VideoInputFrameGrabber.start(VideoInputFrameGrabber.java:101)
at nest.java.JavaCVCam.start(JavaCVCam.java:71)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:313)
at pixes.apps.cameracapturetest.core$create_camera_quad.invoke(core.clj:33)
at pixes.apps.cameracapturetest.core$init_camera_capture.invoke(core.clj:39)
at pixes.apps.cameracapturetest.core$init.invoke(core.clj:42)
at clojure.lang.Var.invoke(Var.java:375)
at pixes.editor.states.main$init_apps.invoke(main.clj:234)
at pixes.editor.states.main$init.doInvoke(main.clj:272)
at clojure.lang.RestFn.invoke(RestFn.java:397)
at clojure.lang.Var.invoke(Var.java:375)
at nest.system.wrappers.extensions.engine.jme3.app.proxy$com.jme3.app.SimpleApplication$ff19274a.simpleInitApp(Unknown Source)
at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:226)
at nest.system.wrappers.extensions.engine.jme3.app.proxy$com.jme3.app.SimpleApplication$ff19274a.initialize(Unknown Source)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)
at java.lang.Thread.run(Thread.java:745)