Ubuntu system activates 1394 FireWire and kdenlive settings

Source: Internet
Author: User
Keywords ubuntu 1394 FireWire kdenlive
Tags activate aliyun code etc group html http set

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.