Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Installing V4l4j


For the ucam handler to work two things are needed, the video driver of the camera which comes by default and the v4l4j library. The steps below show installing of v4l4j library
Steps:

  • Before installing the v4l4j some packages are needed to be installed. If you are running debian based operating system type the command

sudo apt-get install ant libjpeg8-dev

It will download and install the required prereqs,
 


 If you get this error "error: libv4lconvert.h: No such file or directory" , type

                                       sudo apt-get install libv4l-dev

And do the build process again.

  • Once the build process is completed

  • Install by running command

                                      sudo ant install




  • Finally test the library by running command
                                    ant test-fps

  • No labels