Fedora 14, Create Live! Cam Vista IM, ZM 1.24.2 not working
Posted: Mon Jun 27, 2011 10:49 pm
Hi all,
After much Googling etc. I cannot find a solution to my problem, so I was wondering if anyone can help me out?
System specs:
Fedora 14 (64 bit)
ZoneMinder 1.24.2-6 (RPM install)
Create Live! Cam Vista IM web cam (USB, /dev/video0)
I have tested the web cam with Cheese and it works fine.
However, when running, ZoneMonitor it is unable to use the web cam:
When using strace to work out what's going on, I get the following trace:
Any ideas what I need to do to get ZoneMinder to work with my web cam?
Thanks in advance for any assistance,
Neil.
After much Googling etc. I cannot find a solution to my problem, so I was wondering if anyone can help me out?
System specs:
Fedora 14 (64 bit)
ZoneMinder 1.24.2-6 (RPM install)
Create Live! Cam Vista IM web cam (USB, /dev/video0)
I have tested the web cam with Cheese and it works fine.
However, when running, ZoneMonitor it is unable to use the web cam:
Code: Select all
# zmu -d /dev/video0 -V 2 -q -v
Error, failed to query crop capabilities /dev/video0: Invalid argument
Code: Select all
open("/dev/video0", O_RDWR) = 6
ioctl(6, VIDIOC_QUERYCAP or VT_OPENQRY, 0x7fff639cd890) = 0
ioctl(6, VIDIOC_ENUMSTD, 0x7fff639cd950) = -1 EINVAL (Invalid argument)
ioctl(6, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7fff639cd9a0) = 0
ioctl(6, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7fff639cd9a0) = -1 EINVAL (Invalid argument)
ioctl(6, VIDIOC_CROPCAP or VIDIOC_CROPCAP_OLD, 0x7fff639cc800) = -1 EINVAL (Invalid argument)
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
timer_gettime(0x43e00d, 0x7fff639cc5e8) = -1 EINVAL (Invalid argument)
sendto(3, "<139>Jun 27 23:48:24 zmu[15721]:"..., 90, MSG_NOSIGNAL, NULL, 0) = 90
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0919071000
write(1, "error22\n", 8error22
) = 8
write(5, "06/27/11 23:48:24.705560 zmu[-1]"..., 230) = 230
exit_group(-1)
Thanks in advance for any assistance,
Neil.