diff options
Diffstat (limited to 'webcam-recorder/README.rst')
-rw-r--r-- | webcam-recorder/README.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/webcam-recorder/README.rst b/webcam-recorder/README.rst new file mode 100644 index 0000000..37f7519 --- /dev/null +++ b/webcam-recorder/README.rst @@ -0,0 +1,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 |