1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: bmusb
Priority: optional
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Build-Depends: debhelper-compat (= 13), libusb-1.0-0-dev, pkgconf, systemd-dev
Standards-Version: 3.9.8
Section: libs
Rules-Requires-Root: no
Package: libbmusb-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libbmusb6 (= ${binary:Version})
Description: userspace driver for Blackmagic USB3 video capture cards
bmusb is a userspace driver for Blackmagic's USB3 series of
video capture and playback cards (although only the capture part is
currently supported), in particular the Intensity Shuttle (HDMI) and
UltraStudio SDI cards. These are not currently served by Blackmagic's
own Linux drivers.
.
bmusb is not API- or ABI-compatible with Blackmagic's drivers.
.
This package contains the development files and static library.
Package: libbmusb6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: userspace driver for Blackmagic USB3 video capture cards
bmusb is a userspace driver for Blackmagic's USB3 series of
video capture and playback cards (although only the capture part is
currently supported), in particular the Intensity Shuttle (HDMI) and
UltraStudio SDI cards. These are not currently served by Blackmagic's
own Linux drivers.
.
bmusb is not API- or ABI-compatible with Blackmagic's drivers.
.
This package contains the shared library.
Package: bmusb-v4l2proxy
Section: video
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: v4l2loopback-dkms, v4l2loopback-utils
Description: userspace driver for Blackmagic USB3 video capture cards -- V4L2 proxy
bmusb is a userspace driver for Blackmagic's USB3 series of
video capture and playback cards (although only the capture part is
currently supported), in particular the Intensity Shuttle (HDMI) and
UltraStudio SDI cards. These are not currently served by Blackmagic's
own Linux drivers.
.
This package contains bmusb-v4l2proxy, a program that takes in data
from a bmusb-compatible card and streams it into a V4L2 device.
Usually, one would let the output device be a v4l2loopback device,
which means other software could read the stream back as if bmusb
supported V4L2. This means bmusb-compatible cards could be used as,
for instance, webcam-like devices.
|