Readme -------- Our Module frgrab.c is a simple driver written for the Pixelsmart 512-8 PCI device.The main features implemented in the module are:- -)finding the base address of the device -)capture a Frozen picture -)capture a Live picture -)mmap -)user friendly ioctls The functions used in the module are based on the Video for linux 2 API.Therefore the videodev module has to be loaded before loading the driver module. How to load the driver module? -------------------------- -)Gunzip the frgrab.tar.gz -)make -)insmod videodev -)insmod ./frgrab.o Or run the load.sh script supplied with the distribution after untarring the frgrab.tar. To unload the driver module do $rmmod frgrab