Below is the log when camera disconnects.
2015-06-05 07:55:48.823120 zmdc 2504 ERR 'zmc -m 2' exited abnormally, exit status 255 zmdc.pl
2015-06-05 07:55:48.779135 zmc_m2 5205 INF Terminating Logger zm_logger.cpp 238
2015-06-05 07:55:48.663582 zmc_m2 5205 ERR Failed to pre-capture monitor 2 100979956 (1/1) zmc.cpp 277
2015-06-05 07:55:48.630395 zmc_m2 5205 ERR Unable to connect to camera zm_remote_camera_http.cpp 1162
2015-06-05 07:55:48.531002 zmc_m2 5205 ERR Unable to connect to the remote camera, aborting zm_remote_camera_http.cpp 115
The system currently has 8GB of memory and I've increased the shared memory, but I noticed the total shared memory below is still the same?
Code: Select all
john@server: ipcs -l
------ Shared Memory Limits --------
max number of segments = 4096
max seg size (kbytes) = 655360
max total shared memory (kbytes) = 134217728
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 = 15712
max size of message (bytes) = 8192
default max size of queue (bytes) = 16384
Is there anything else I can try? I've seen recompiling with '--enable--mmap=yes ' might help? Worried about saving the current configuration, etc. Really don't want to lose everything if there's something else I can try or do.
Any help would be appreciated.