Page 1 of 1

Single cam working, help configuring second on PV-143

Posted: Tue Jan 18, 2011 5:59 pm
by stealth71
I have a single BW camera that I've had working for a while now. I recently purchased a CBN DFL-20S and want to run both of these off the PV-143 until I can get a 4 chip PV-149.

I can get either camera to work in ZM independently, but not together. When I add the second input /dev/videoX device channel 2 the text is yellow not green and I get the same video stream from my other camera on this one when clicking in ZM.

I've tried changing both cameras to the same settings except "Device Channel" and I get the same results. Any help?

this is in my zmdc.log when I add the second camera:

Code: Select all

01/18/11 12:55:24.450010 zmdc[14614].INF ['zmc -d /dev/video1' stopping at 11/01/18 12:55:24]
01/18/11 12:55:24.473691 zmdc[14614].INF ['zmc -d /dev/video1' exited normally]
01/18/11 12:55:24.634301 zmdc[14614].INF ['zmc -d /dev/video1' starting at 11/01/18 12:55:24, pid = 15118]
01/18/11 12:55:24.973459 zmdc[14614].WAR [Can't find process with command of 'zma -m 6']
I used the install script which adjust the shared memory.


zmu -d /dev/video1 -q -v

Code: Select all

Video Device: /dev/video1
General Capabilities
  Driver: bttv
  Card: BT878 video (ProVideo PV143)
  Bus: PCI:0000:04:06.0
  Version: 0.9.18
  Type: 0x5000015
    Supports video capture (X)
    Does not support video output
    Supports frame buffer overlay
    Supports VBI capture
    Does not support VBI output
    Does not support sliced VBI capture
    Does not support sliced VBI output
    Does not support video output overlay
    Does not have tuner
    Does not have audio in and/or out
    Does not have radio
    Supports read/write i/o (X)
    Does not support async i/o
    Supports streaming i/o (X)
    Standards:
      NTSC
      NTSC-M
      NTSC-M-JP
      NTSC-M-KR
      PAL
      PAL-BG
      PAL-H
      PAL-I
      PAL-DK
      PAL-M
      PAL-N
      PAL-Nc
      PAL-60
      SECAM
      SECAM-B
      SECAM-G
      SECAM-H
      SECAM-DK
      SECAM-L
      SECAM-Lc
  Formats:
    8 bpp, gray (GREY)
    8 bpp, dithered color (HI24)
    15 bpp RGB, le (RGBO)
    15 bpp RGB, be (RGBQ)
    16 bpp RGB, le (RGBP)
    16 bpp RGB, be (RGBR)
    24 bpp RGB, le (BGR3)
    32 bpp RGB, le (BGR4)
    32 bpp RGB, be (RGB4)
    4:2:2, packed, YUYV (YUYV)
    4:2:2, packed, YUYV (YUYV)
    4:2:2, packed, UYVY (UYVY)
    4:2:2, planar, Y-Cb-Cr (422P)
    4:2:0, planar, Y-Cb-Cr (YU12)
    4:2:0, planar, Y-Cr-Cb (YV12)
    4:1:1, planar, Y-Cb-Cr (411P)
    4:1:0, planar, Y-Cb-Cr (YUV9)
    4:1:0, planar, Y-Cr-Cb (YVU9)
Crop Capabilities
  Bounds: 838 x 504
  Default: 768 x 480
  Current: 768 x 480
Inputs: 4
  Input 0
    Name: Composite0
    Type: Camera
    Audioset: 00000001
    Standards: 0xffbfff
    Power on  (X)
    Signal detected  (X)
    Colour Signal detected 
    Horizontal Lock detected 
  Input 1
    Name: Composite1
    Type: Camera
    Audioset: 00000001
    Standards: 0xffbfff
    Power on  (X)
    Signal detected  (X)
    Colour Signal detected 
    Horizontal Lock detected 
  Input 2
    Name: Composite2
    Type: Camera
    Audioset: 00000001
    Standards: 0xffbfff
    Power on  (X)
    Signal detected  (X)
    Colour Signal detected 
    Horizontal Lock detected 
  Input 3
    Name: Composite3
    Type: Camera
    Audioset: 00000001
    Standards: 0xffbfff
    Power on  (X)
    Signal detected  (X)
    Colour Signal detected 
    Horizontal Lock detected 

Posted: Tue Jan 18, 2011 10:39 pm
by stealth71
I found some other related posts and got it working.
http://www.zoneminder.com/wiki/index.php/Pico2000
http://www.zoneminder.com/forums/viewtopic.php?t=14796

I ended up setting CAPTURES_PER_FRAME to 2 and both are working. This is under Options>Config

This seems to be required for any capture card sharing a single chip.