Activate 1394 FireWire capture
Code:
sudo gedit/etc/udev/rules.d/z95_firewire.rules
Add the following:
Code:
# Set group= ' video ' for some http://www.aliyun.com/zixun/aggregation/14477.html ' >ieee 1394 device types, driven by the new FireWire stack.
# We cant use the GROUP directive because the significant device type attributes
# Live in the child devices. The group after the fact with CHGRP.
# IIDC Devices:industrial cameras and some webcams
kernel== "dv1394*|video1394*|raw1394*|fw[0-9]*", group= "video"
# libraw1394 older than v2.0.1 and some special-purpose applications also need
# access to the local node (s). Alas there is no. way to tell local nodes apart
# from remote ones; This is simple hack.
subsystem== "FireWire", attr{vendor_name}== "Linux FireWire", group= "video"
# Or If your creator needs access to all nodes, stencils use:
subsystem== "FireWire", group= "video"
Restart the computer