Difference between revisions of "M7D12-POE"
From ZoneMinder Wiki
Jump to navigationJump to search
Line 1: | Line 1: | ||
Microseven M7D12-POE 1.3MP HD 960P 2.8 mm 3MP Lens 1/3" Aptina CMOS Dome H.264 Triple Streams ONVIF IP Camera P2P Build-in POE IP66 20M ICR-Filter Indoor / Outdoor - Compatible with Any ONVIF NVR 1280x960p HDTV | '''Microseven M7D12-POE'''<br> | ||
1.3MP HD 960P 2.8 mm 3MP Lens 1/3" Aptina CMOS Dome H.264 Triple Streams ONVIF IP Camera P2P Build-in POE IP66 20M ICR-Filter Indoor / Outdoor - Compatible with Any ONVIF NVR 1280x960p HDTV<br> | |||
[[File:M7D12-POE.jpg|250px]] | [[File:M7D12-POE.jpg|250px]] | ||
I used the “Ffmpeg” mode in ZoneMinder, and the camera's rtsp interface. | I used the “Ffmpeg” mode in ZoneMinder, and the camera's rtsp interface. | ||
To verify if this works with your camera, you can try the command: | To verify if this works with your camera, you can try the command:<br> | ||
<code>ffmpeg -i "rtsp://youruser:yourpassword@<cameraipaddr>/11" -r 8 out.mp4</code> | <code>ffmpeg -i "rtsp://youruser:yourpassword@<cameraipaddr>/11" -r 8 out.mp4</code> | ||
If the command works, then you can put the URL into the “Source path” setting for the ZoneMinder monitor. | If the command works, then you can put the URL into the “Source path” setting for the ZoneMinder monitor. |
Latest revision as of 09:41, 26 January 2015
Microseven M7D12-POE
1.3MP HD 960P 2.8 mm 3MP Lens 1/3" Aptina CMOS Dome H.264 Triple Streams ONVIF IP Camera P2P Build-in POE IP66 20M ICR-Filter Indoor / Outdoor - Compatible with Any ONVIF NVR 1280x960p HDTV
I used the “Ffmpeg” mode in ZoneMinder, and the camera's rtsp interface.
To verify if this works with your camera, you can try the command:
ffmpeg -i "rtsp://youruser:yourpassword@<cameraipaddr>/11" -r 8 out.mp4
If the command works, then you can put the URL into the “Source path” setting for the ZoneMinder monitor.