Hushpuppy,
As you suggested, I changed my setup to just one camera, an image size of 160x120, and grey image.
I still don't get an image. In the zmwatch.log file I have the following error:
10/03/2007 09:26:49.129531 zmwatch[21261].INF ['zmc -m 1' starting at 07/10/03 09:26:49, pid = 21308]
10/03/2007 09:28:29.137933 zmwatch[21261].INF [Restarting capture daemon for Construction, shared memory not valid]
You can see the image by typing the following address into a browser:
http://192.168.1.201:8080/now.jpg
I have 2 GB of RAM.
shmall = 134217728
shmmax = 134217728
The contents of my sysctl.conf file is:
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
kernel.shmall = 134217728
kernel.shmmax = 134217728
I made changes to shared memory, restarted my machine and I still get the following error:
10/03/2007 10:14:52.306829 zmwatch[3626].INF [Watchdog starting]
10/03/2007 10:14:52.307212 zmwatch[3626].INF [Watchdog pausing for 30 seconds]
10/03/2007 10:16:12.312669 zmwatch[3626].ERR [Can't get shared memory id '7a6d20
01', 1: No such file or directory]
10/03/2007 10:16:12.312905 zmwatch[3626].INF [Restarting capture daemon for Cons
truction, shared memory not valid]
10/03/2007 10:16:12.427770 zmwatch[3626].INF ['zmc -m 1' starting at 07/10/03 10
:16:12, pid = 3678]
Here's the output of ipcs -l
------ Shared Memory Limits --------
max number of segments = 4096
max seg size (kbytes) = 131072
max total shared memory (kbytes) = 536870912
min seg size (bytes) = 1
------ Semaphore Limits --------
max number of arrays = 128
max semaphores per array = 250
max semaphores system wide = 32000
max ops per semop call = 32
semaphore max value = 32767
------ Messages: Limits --------
max queues system wide = 16
max size of message (bytes) = 8192
default max size of queue (bytes) = 16384
Please let me know if you need any additional info. I really need help and appreciate any feedback.
Thanks,
Neal