Difference between revisions of "Messoa"
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Messoa | Messoa NCR870E | ||
Works with zoneminder v1.25.0 on Ubuntu 12.04 server (32bit)<br> | |||
I was getting an error simular to this: <br> | |||
zms 2484 ERR Got unexpected memory map file size 9217192, expected 36865192 zm_monitor.cpp 364 <BR> | |||
This seems to be caused by having a resolution that is wrong and/or by having some memory settings wrong. <BR> | |||
edit /etc/sysctl.conf and type "kernel.shmall = 167772160" and "kernel.shmmax = 167772160" at the bottom of the file.<br> | |||
This appears to fix the memory map issue. Error may still occur if some ZoneMinder settings are wrong. <br> | |||
This company seems fairly new to the IP Camera market, but their optics seem great and they use Linux firmware, <br> | This company seems fairly new to the IP Camera market, but their optics seem great and they use Linux firmware, <br> | ||
hopefully we can expect good thing from them in the future. | hopefully we can expect good thing from them in the future. <br> | ||
The AP_01-00-62-18_MS00 firmware seems a little buggy, I | The AP_01-00-62-18_MS00 firmware seems a little buggy, I had to input the setting in the camera a few<br> | ||
times before they stayed. The user management seems disabled also. | times before they stayed. The user management seems disabled also.<br> | ||
ffmpeg h264 stream: | ffmpeg h264 stream: | ||
First navigate to the camera | First navigate to the camera, choose setup, under Image and Codec setup the following:<br> | ||
Primary Stream --> | Primary Stream --><br> | ||
Codec: H264 | Codec: H264<br> | ||
Res: 720P (1280x720) (this seems to be the limit) | Res: 720P (1280x720) (this seems to be the limit)<br> | ||
Bit rate: your choice | Bit rate: your choice<br> | ||
Frame rate: your choice | Frame rate: your choice<br> | ||
You can put this in a lower resolution if desired and it work as well. These setting seem to be the highest | The corresponding Zoneminder Monitor settings are as follows:<br> | ||
<code> | |||
Source Type: Ffmpeg<br> | |||
Source Path: rtsp://xx.xx.xx.xx:8557/h264<br> | |||
Source Colours 24 bit color<br> | |||
Capture Width(pixels): 1280<br> | |||
Capture Height(pixels): 720<br> | |||
</code><br> | |||
You can put this in a lower resolution if desired and it work as well. These setting seem to be the highest<br> | |||
resolution that is supported. | resolution that is supported. |
Latest revision as of 16:27, 21 August 2013
Messoa NCR870E
Works with zoneminder v1.25.0 on Ubuntu 12.04 server (32bit)
I was getting an error simular to this:
zms 2484 ERR Got unexpected memory map file size 9217192, expected 36865192 zm_monitor.cpp 364
This seems to be caused by having a resolution that is wrong and/or by having some memory settings wrong.
edit /etc/sysctl.conf and type "kernel.shmall = 167772160" and "kernel.shmmax = 167772160" at the bottom of the file.
This appears to fix the memory map issue. Error may still occur if some ZoneMinder settings are wrong.
This company seems fairly new to the IP Camera market, but their optics seem great and they use Linux firmware,
hopefully we can expect good thing from them in the future.
The AP_01-00-62-18_MS00 firmware seems a little buggy, I had to input the setting in the camera a few
times before they stayed. The user management seems disabled also.
ffmpeg h264 stream:
First navigate to the camera, choose setup, under Image and Codec setup the following:
Primary Stream -->
Codec: H264
Res: 720P (1280x720) (this seems to be the limit)
Bit rate: your choice
Frame rate: your choice
The corresponding Zoneminder Monitor settings are as follows:
Source Type: Ffmpeg
Source Path: rtsp://xx.xx.xx.xx:8557/h264
Source Colours 24 bit color
Capture Width(pixels): 1280
Capture Height(pixels): 720
You can put this in a lower resolution if desired and it work as well. These setting seem to be the highest
resolution that is supported.