This repository was archived by the owner on Mar 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Video4Linux devices with the following image formats are supported:
9
9
* MJPEG
10
10
* YUYV422
11
11
12
+ This software is based in part on the work of the Independent JPEG Group.
13
+
12
14
[ ![ Build Status] ( https://travis-ci.org/chalmers-revere/opendlv-device-camera-v4l.svg?branch=master )] ( https://travis-ci.org/chalmers-revere/opendlv-device-camera-v4l ) [ ![ License: GPLv3] (https://img.shields.io/badge/license-GPL--3-blue.svg
13
15
)] ( https://www.gnu.org/licenses/gpl-3.0.txt )
14
16
@@ -26,6 +28,8 @@ dependency is shipped as part of the source distribution:
26
28
27
29
* [ libcluon] ( https://github.com/chrberger/libcluon ) - [ ![ License: GPLv3] (https://img.shields.io/badge/license-GPL--3-blue.svg
28
30
)] ( https://www.gnu.org/licenses/gpl-3.0.txt )
31
+ * [ libyuv] ( https://chromium.googlesource.com/libyuv/libyuv/+/master ) - [ ![ License: BSD 3-Clause] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( https://opensource.org/licenses/BSD-3-Clause ) - [ Google Patent License Conditions] ( https://chromium.googlesource.com/libyuv/libyuv/+/master/PATENTS )
32
+ * [ libjpeg-turbo] ( https://github.com/libjpeg-turbo/libjpeg-turbo ) - [ ![ License: BSD 3-Clause] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( https://opensource.org/licenses/BSD-3-Clause )
29
33
30
34
31
35
## Usage
You can’t perform that action at this time.
0 commit comments