This driver is built on ubuntu10.04, kernel2.6.32-23-generic

This driver is bulit based on V4L2, you can reference "Video for Linux Two API Specification" to control our device.

The module dependency of our driver, you can reference Chapter 2 in "Linux Software Programming Guide(VDB300).pdf".

If you have error message when loading the module(dmesg see information), you may lack some dependent modules, please reference Chapter 2 of our document.

If you still have any questions, please dump the error message(use dmesg) for us.

####################
Module Installation#
####################

Step1. Copy LXV4L2D.ko to your module directory.

cp LXV4L2D.ko /lib/modules/`uname -r`/

Step2. Add LXV4L2D.ko to modules.dep.

depmod Va

Step3. Load LXV4L2D.ko module.

Modprobe LXV4L2D

If invalid module format error occurs, try to use Vf parameter.

Modprobe Vf LXV4L2D


######################
Module Uninstallation#
######################

Modprobe Vr LXV4L2D


######################
Test Application
######################
1)LINUXXWIN_NTSC.zip for NTSC
2)LINUXXWIN_PAL.zip for PAL
