Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode


driver/ 
 Contains the driver sources.
 Compile with "make".
 Then as root, install with "make install". 
 Type "modprobe finepix" to load the module.

userspace/
Type "make" to compile.
 fpix: test program, independant of the driver. Uses libusb to
       directly access the camera and capture a frame, saved 
       under frame.jpg. Will not work if the driver is loaded.

 fpixtest: test program. Uses V4L2 to capture an image.

 fpix-stress-v4l2: never ending (in theory) stress test; derived from fpixtest.
