Page 1 of 1

Webcam Problem or incompatibility

Posted: Thu May 02, 2013 3:59 pm
by laden_maiden
hi everyone!
i have a little problem... im trying to do a basic surveillance system with an old P3 and 2/3 webcameras lying around.
the problem is i cant configure the webcams to work with ZM...

v4l-info throws this for /dev/video1

video capture
VIDIOC_ENUM_FMT(0,VIDEO_CAPTURE)
index : 0
type : VIDEO_CAPTURE
flags : 1
description : "PJPG"
pixelformat : 0x47504a50 [PJPG]
VIDIOC_G_FMT(VIDEO_CAPTURE)
type : VIDEO_CAPTURE
fmt.pix.width : 640
fmt.pix.height : 480
fmt.pix.pixelformat : 0x47504a50 [PJPG]
fmt.pix.field : NONE
fmt.pix.bytesperline : 640
fmt.pix.sizeimage : 115790
fmt.pix.colorspace : JPEG
fmt.pix.priv : 0



and for the another webcam throws this:

video capture
VIDIOC_ENUM_FMT(0,VIDEO_CAPTURE)
index : 0
type : VIDEO_CAPTURE
flags : 0
description : "P207"
pixelformat : 0x37303250 [P207]
VIDIOC_G_FMT(VIDEO_CAPTURE)
type : VIDEO_CAPTURE
fmt.pix.width : 352
fmt.pix.height : 288
fmt.pix.pixelformat : 0x37303250 [P207]
fmt.pix.field : NONE
fmt.pix.bytesperline : 352
fmt.pix.sizeimage : 101952
fmt.pix.colorspace : SRGB
fmt.pix.priv : 0



what is the correc capture palette to set in ZM??

thanks everyone!!