This is an old revision of the document!
The official lirec camera is:
modprobe raw1394 modprobe video1394 chmod 777 /dev/raw1394 chmod 777 /dev/video1394
To get an image you have to press the buttons in the following order:
To test OpenCV, install libunicap from http://unicap-imaging.org, then rebuild opencv by rerunning:
./configure --use-unicap=yes
The examples in libunicap are very useful for debugging, such as device_info, raw_image and sdl_display. There is also an OpenCV example here.