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 working it's a bit picky - 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.
You can also get OpenCV to read from this mode, but it will get the raw image directly. This is where we might need a debayer algorithm.