View Source

{pop-away:metadata | comments | children | labels}

NCast digitalizer are capture cards able to detect input automatically, shifting through numerous resolutions up to 1920x1200. They are also able to capture two video streams simultaneously building a side-by-side stream by hardware.

On Galicaster they use the [generic v4l2|1.2.0 Galicaster Configuration#v4l2] plugin with the possibility of being configured manually.

There is a full guide on how to install the driver and configure on the package itself, a file labeled README.

To download and install the driver run:

{code:none}
wget http://www.ncast.com/files/digitizer4-2_3_1_5.tgz
tar xzvf digitizer4-2_3_1_5.tgz
cd digitizer4/
make
make install
sudo modprobe digitizer4
{code}