Page 1 of 1

ZM with LML 4 port card only camtures B&W video.

Posted: Fri Jan 13, 2006 10:09 pm
by cursor
I am running ZM 1.21.4 on an AMD 64 server with FC4. While everything is working great I can only capture B&W video. The analog cameras I purchased are color but when I tell ZM to capture using YUV422 the video has a red haze. I am capturing 3 cameras at 640x480 with the Linux Media Labs card.

Posted: Sat Jan 14, 2006 8:44 pm
by cordel
Have you restarted zm after making the changes to the monitor?

Corey

Posted: Sun Jan 15, 2006 7:25 pm
by zoneminder
Make sure you have the right entries in your modprobe.conf file. Also I think that the LML card neded a driver patch in previous versions, certainly to use the additional inputs. Are you cameras connected directly to the card or to the expansion connectors?

Posted: Tue Jan 17, 2006 10:35 pm
by cursor
zoneminder wrote:Make sure you have the right entries in your modprobe.conf file. Also I think that the LML card neded a driver patch in previous versions, certainly to use the additional inputs. Are you cameras connected directly to the card or to the expansion connectors?
I only have 3 cameras attached to the main inputs. I did not even connect the other 4 inputs. I have reloaded ZM with every change I make by doing a "service zm restart".

Where can I find the patch for the LML card?

Posted: Tue Jan 17, 2006 10:42 pm
by zoneminder
I think there is a link to it on their website. However I have an LML card in my box and I'm just using a stock FC4 install. I have it working ok, with just the primary inputs, I think I just have the following

Code: Select all

alias char-major-81 bttv
alias char-major-81-0 bttv
alias char-major-81-1 bttv
alias char-major-81-2 bttv
alias char-major-81-3 bttv
options bttv card=77,77,77,77 pll=1
for the bttv bits for this card in my modprobe.conf and it seems to work ok shoudl you should be able to get something going without a kernel rebuild (which is rarely a fun thing).