libdc1394

API library for controlling IEEE 1394 (FireWire) digital cameras

brewmacoslinux
Try with needOr install directly
Source

About

Provides API for IEEE 1394 cameras

Commands

dc1394_controldc1394_grab_graydc1394_grab_color

Examples

List all connected IEEE 1394 cameras on the system$ dc1394_control -l
Capture a single grayscale image from the first camera$ dc1394_grab_gray -c 0 -n 1 -o image.pgm
Capture color video frames from a camera and save as raw data$ dc1394_grab_color -c 0 -n 100 -o video.raw