Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What is the USB Camera handler

TQLEngine provides a protocol handler wrapper to interact with USB Camera. 

  • High frame rate MJPEG 60 fps @ 1280 (H) x 720 (V) , 30 fps @ 1920 (H) x 1080 (V)
  • CMOS 1080P sensor for high quality image and low power consumption
  • high pixel technology for sharp image and accurate color reproduction
  • low light performance - ideal for any lighting condition
  • UVC for use in Linux, Windows XP, WIN CE, MAC, SP2 or above

USB Camera Parameters

Parameter NameDescription
  
  
  

Invoking UCAM Handler

 

Driver Installation Steps

...


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:

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

Anchor
_GoBack
_GoBack
 sudo apt-get install openjdk-7-jdk ant libjpeg8-dev
Image Modified 
It will download and install the required prereqs, 
Image Modified 

2. To download the v4l4j you need subversion(svn) tool, download and install it as shown below

...