Not getting video - Two different capture cards, Please Help

A place for discussion of topics that are not specific to ZoneMinder. This could include Linux, Video4Linux, CCTV cameras or any other topic.
Post Reply
mhufstetler
Posts: 3
Joined: Wed Mar 04, 2009 8:40 pm

Not getting video - Two different capture cards, Please Help

Post by mhufstetler »

Hi Everyone! Thanks in advance for your help!

I have a Hauppauge Wintv 44372 rev D123

and a

WE-1404P four port (I think) capture cards.

I have two brand new cameras that I have tested working and can not seem to find the right 'Source' or have other settings wrong for them. The other issue is I am not sure if I have drivers for the cards loaded. I am running on Ubuntu 8.04.2 and the install seemed to go flawless and the from all the tutorials and forums and google I have gone through I can not seem to find anything on issues with the actual capture cards.

In short, how do I verify that my capture (DVR) cards are configured properly or have drivers?

I am also unsure what i should see in the dev directory to identify what devices are actually providing data?

Thanks Again.

Mark
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

on some of thouse cards you must use raw feed rather than mpeg2 run this

Code: Select all

 ls /dev/ | grep video
if you get something like this

video0
video1
video24
video25

then use 24 and 25 respectively [/code]
mhufstetler
Posts: 3
Joined: Wed Mar 04, 2009 8:40 pm

Post by mhufstetler »

Excellent thanks. I will try that right away. Do usb web cams show in the same way?

Thanks Again,

Mark
mhufstetler
Posts: 3
Joined: Wed Mar 04, 2009 8:40 pm

Post by mhufstetler »

I have one camera (CameraB1), Source Type Local, Function: Monitor, Device Path: /dev/video1, Device Channel: 1, Device format: auto, capture palette: RGB24, Capture width: 352, Capture height: 288 That has a Blue screen and hows the time clock at the top. All of the rest (Video2...4) just show broken links.

Does this really meant hat I have a video feed for CameraB1? If not what is a reliable way to find or identify video feeds? I just verified (again) that the camera is putting out a very nice clear image.

Thanks,

Mark
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

all devices on linux show up in the directory /dev
"ls /dev/" lists all devices them
" | grep video " only shows this with vidoe in the name

anyways
go check you zoneminder logs to see if there are any errors if you dont know where they are try /var/log or /tmp if there not there say what linux distro you are using
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

also try changing Device Channel
Post Reply