I recently purchased a Diamond VC500 video capture device that runs on the USB. It has some interesting issues under Windoze, but I was wondering:
I did a google for video catpreu and linux and most of what I found either said it can't be done or the software that did/does it is obsolete.
Can anyone point me in a better direction (and which way)?
Thanks.
mhr
MHR wrote:
I recently purchased a Diamond VC500 video capture device that runs on the USB. It has some interesting issues under Windoze, but I was wondering:
I did a google for video catpreu and linux and most of what I found either said it can't be done or the software that did/does it is obsolete.
Can anyone point me in a better direction (and which way)?
Perhaps http://www.linuxtv.org/wiki/index.php/Main_Page
It's been a while but Hauppauge PCI capture cards were at one point the best way to go under Linux, I found the above link from their site.
Depends on what your needs are, sounds like you just want to record basic TV-style inputs.
nate
On Tue, Sep 22, 2009 at 4:29 PM, nate centos@linuxpowered.net wrote:
Perhaps http://www.linuxtv.org/wiki/index.php/Main_Page
It's been a while but Hauppauge PCI capture cards were at one point the best way to go under Linux, I found the above link from their site.
The distro kernel does not have the V4L-DVB modules enabled. You need to either use the centosplus kernel or install the kmod-video4linux from ELRepo ( http://elrepo.org/tiki/kmod-video4linux ).
Akemi
At Tue, 22 Sep 2009 16:15:08 -0700 CentOS mailing list centos@centos.org wrote:
I recently purchased a Diamond VC500 video capture device that runs on the USB. It has some interesting issues under Windoze, but I was wondering:
I did a google for video catpreu and linux and most of what I found either said it can't be done or the software that did/does it is obsolete.
Can anyone point me in a better direction (and which way)?
Video capture off IEEE1394 (firewire) devices is not hard. You will need the CentOSPlus kernel since the stock kernel does not have the IEEE1394 modules built.
Thanks.
mhr _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Tue, Sep 22, 2009 at 4:43 PM, Robert Heller heller@deepsoft.com wrote:
Video capture off IEEE1394 (firewire) devices is not hard. You will need the CentOSPlus kernel since the stock kernel does not have the IEEE1394 modules built.
The IEEE1394 kernel module can also be obtained by installing kmod-ieee1394 from ELRepo ( http://elrepo.org/tiki/kmod-ieee1394 ).
Akemi