kodicom 4400 bttv..

Post here to ask any questions about hardware suitability, configuration in ZoneMinder, or experiences. If you just want to know if something works with ZoneMinder or not, please check the Hardware Compatibility sections in the forum, and the Wiki first. Also search this topic as well.
Post Reply
timgman
Posts: 46
Joined: Wed Mar 14, 2007 6:01 pm

kodicom 4400 bttv..

Post by timgman »

I'm trying to run the bluecherry cd with a kodicom 4400... any Idea what I need to do to get video working?
timg
lsmod shows the bttv module.
It's installed to disk from the 2.0 beta cd. (zm 2.4.1)
timg
thanks.
User avatar
Blazer
Posts: 234
Joined: Sun Jun 05, 2005 12:57 pm

Post by Blazer »

do you have any /dev/video* devices?
timgman
Posts: 46
Joined: Wed Mar 14, 2007 6:01 pm

I have /dev/video 0-4

Post by timgman »

So I address channels as follows in zm...

/dev/video0 0 (channel1)
/dev/video0 1 (channel2)
/dev/video0 2 (channel3)
/dev/video0 3 (channel4)
/dev/video1 0 (channel5)
/dev/video1 1 (channel6)
and so on.... until we get to 16....

I get the same video on /dev/video0 3 as /dev/video1 3

(I have a camera in the third port of the bnc ports built onto the card...)
I have 4 or so otjher cameras on other channels but never see them...
/etc/modprobe.d/
I have a file called options.video
It has this in it

+++++++++++++++++++++++++++++++++++++snip+++++
alias char-major-81 bttv
options bttv gbuffers=16 card=133,132,133,133 tuner=4,4,4,4
++++++++++++++++++++donesnip++++++++++++++++

I've re-booted as well...
what chmoding
does this file need? I have it open for the heck of it....
card works fine with diginet 4.13 sp7

thanks..
timg
User avatar
Blazer
Posts: 234
Joined: Sun Jun 05, 2005 12:57 pm

Post by Blazer »

That /etc/modprobe.conf you have looks correct according to googling around for other people using your card, even with ZM (example: http://ubuntuforums.org/showthread.php?t=258867).

You may have to via trial and error figure out which channel the proper inputs are on. In other words, connect only one video source to the first BNC, figure out which device and channel it is, then move it to the next BNC, repeat.
timgman
Posts: 46
Joined: Wed Mar 14, 2007 6:01 pm

Do I need to have the first bnc plugged in for the second to

Post by timgman »

Do I need to have the first bnc plugged in for the second to work?
I have 5 cams plugged in.... I guess I'm just confised...
hehe
User avatar
Blazer
Posts: 234
Joined: Sun Jun 05, 2005 12:57 pm

Post by Blazer »

You shouldn't. I would try setting them up one at a time just to verify which channel each BNC is on.
Painter
Posts: 12
Joined: Tue Oct 02, 2007 9:39 am
Location: Athens/Greece

Post by Painter »

I have a clone of the same card.
Here is my modprobe in a openduse11.1, allthough i believe that your configuration is ok .

alias char-major-81 videodev
options i2c-algo-bit bit_test=1
options bttv card=133,132,133,133 tuner=-1,-1,-1,-1

# YaST configured TV card
# nEtx.bJ31E5obFa9:Kodicom 4400R (slave)
alias char-major-81-0 bttv
# YaST configured TV card
# sLwP.bJ31E5obFa9:Kodicom 4400R (master)
alias char-major-81-1 bttv
# YaST configured TV card
# xSzt.bJ31E5obFa9:Kodicom 4400R (slave)
alias char-major-81-2 bttv
# YaST configured TV card
# 0a0M.bJ31E5obFa9:Kodicom 4400R (slave)
alias char-major-81-3 bttv

I am only using two cameras and i believe that your problem has to do with sequence of the video devices.
For my setup video0 is the first hardware bttv device on the board, with video1 the second and so on. I can access the 4 bnc connectors on the board with the closest to the motherboard working as video0 channel0 the next bnc as video1 channel1 and video2 channel2...video3 channel3. For more that 4 inputs where the bnc bracket extentions are used together with ADC sampling of the inputs i have no idea about the input/device relation.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

This particular card does not function like the others and actually is an awesome card to work with but getting the setting correct so it behaves can be a bear.

Your options for input are channels 0 to 15 and you can chose what device they run on buy setting it to the device.

Ie.
/dev/video2 (4) will put input 4 on the third device or
/dev/video0 (4) will put input 4 on the first device

/dev/video1 (15) will put the last input on the second device.

This card is very flexible, put this same flexibility also raises some issues particular to this card. Search the forum on this card and you will find what we did about 5 years ago, still applies today.
Post Reply