summaryrefslogtreecommitdiff
path: root/webcam-recorder/README.rst
blob: 37f7519ecf851edb3d2f2b85c3584996212a3690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
README
======

A simple vlc command to run webcam utility. It will presently work only
custom v4l2 library.

The custom v4l2 library is available in present working directory. The
modified kernel module is available with Kernel Build-5.0 (github.com/FOSSEE/FOSSEE-netbook-kernel-source).

Steps to compile v4l2
---------------------

* tar -xzf libv4l.tgz

* cd libv4l

* make clean && make

* sudo sh v4l_lib_copy.sh

* sync && reboot


Contributed by: Manish Patel