Results 1 to 3 of 3
Hi all,
Could anyone give me any sample code of a driver of "Video Capture Card " connected to the PCI slot of PC ? It would be nice too ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-13-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 28
Device Driver for Video Capture Card.....
Hi all,
Could anyone give me any sample code of a driver of "Video Capture Card " connected to the PCI slot of PC ? It would be nice too if anyone can provide any web link .
Thank you all........
- 07-13-2005 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Wouldn't the best thing be to just check out the drivers that are already in the kernel? They all are in the drivers/media/video directory in the kernel source tree. Try checking out the saa7114 driver... it's relatively small, only just over 1200 lines.
- 07-21-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 28
Thank u Dolda200 . But I could'nt find the module "saa7114.c" in the kernel source tree. My kernel version is "2.4.20-8" and I'm using RedHat linux- 9.
I found many "Video decoder/encoder" driver in the kernel source tree.
Among them a file named "bttv.c" is there which suits my requirement.
(bttv.c is found in kernel version 2.2.17)
But this code very much complex too and difficult to follow. What I need is a simple device driver code for video frame grabber of bt8x8 series.


Reply With Quote
