Cropped video image?

Forum for questions and support relating to the 1.25.x releases only.
Locked
fafaforza
Posts: 7
Joined: Mon Apr 15, 2013 1:51 am

Cropped video image?

Post by fafaforza »

Does ZM do any video cropping by default? One of my cameras is not showing people's heads in one shot where I believe it did with whatever standalone DVR my building was using. Any way to check if it is being cropped somehow?

Zoom is listed as 1x

Code: Select all

# zmu -d /dev/video0 -q -v
Video Device: /dev/video0
General Capabilities
  Driver: bttv
  Card: BT878 video ( *** UNKNOWN/GENER
  Bus: PCI:0000:01:01.0
  Version: 3.5.7
  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: S-Video
    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 

Code: Select all

# dmesg | grep bttv
[   17.342923] bttv: driver version 0.9.19 loaded
[   17.342935] bttv: using 8 buffers with 2080k (520 pages) each for capture
[   17.345690] bttv: Bt8xx card found (0)
[   17.345764] bttv: 0: Bt878 (rev 17) at 0000:01:01.0, irq: 22, latency: 32, mmio: 0xe6afe000
[   17.345805] bttv: 0: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]
[   23.800036] bttv: 0: tuner type unset
[   23.804391] bttv: 0: registered device video0
[   23.804894] bttv: 0: registered device vbi0
Locked