When running the SimpleViewer example from the v4l4j site, I get the following error:
[ libvideo.c:68 ] Using libvideo version 0.9-0
[ v4l4j_FrameGrabber.c:260 ] [V4L4J] Error: unknown output format 18
Error setting up capture
There doesn't seem to be any documentation on the internet about this. From what I can see, it originates while initializing a JPEGFrameGrabber:
frameGrabber = videoDevice.getJPEGFrameGrabber(width, height, channel, std, 80);
Could I be missing some dependencies maybe?