Difference between revisions of "Grandstream"

From ZoneMinder Wiki
Jump to navigationJump to search
(Info is ready for prime time.)
Line 9: Line 9:
[http://www.grandstream.com/products/ip-video-surveillance/gxv3672 GXV-3272-FHD] Full HD camera, nighttime capability, supports a power over ethernet connection.     
[http://www.grandstream.com/products/ip-video-surveillance/gxv3672 GXV-3272-FHD] Full HD camera, nighttime capability, supports a power over ethernet connection.     


From Fedora 20 or Scientific Linux 6.5 using vlc:
=== Notes ===
From Fedora 20, CentOS 6.5 or Scientific Linux 6.5 using vlc:
* '''vlc rtsp://<ip addres>/0''' - The HiDef stream
* '''vlc rtsp://<ip addres>/0''' - The HiDef stream
* '''vlc rtsp://<ip addres>/4''' - The LowDef stream
* '''vlc rtsp://<ip addres>/4''' - The LowDef stream


=== Monitors ===
That showed me the camera was working well, had a stable stream with good resolution on both streams.
Create two monitors, one for each of the streams.


{| class="wikitable"
I started out using zm 1.26 and had a few minor issues that I was working through.  Then I got ahold of the 1.27beta and pretty much all my minor issues were fixed.  Now running under 1.27 things are working smooth.
|-
| colspan="2" style="text-align: center;"| HiDef
|-
| Name
| Cam1
|-
| Source Type
| Ffmpeg
|-
| Function
| Nodect
|-
| Source Path
| rtsp://<ip address>/0?tcp
|-
| Width & Height
| Match the camera's Primary stream settings
|-
| colspan="2" style="text-align: center;"| LowDef
|-
| Name
| Cam1-low
|-
| Source Type
| Ffmpeg
|-
| Function
| Modect
|-
| Source Path
| rtsp://<ip address>/4?tcp
|-
| Width & Height
| Match the camera's Secondary stream settings
 
|}


=== Camera Settings ===
=== Camera Settings ===
Line 87: Line 51:
|}
|}


Created the HiDef stream as Cam1, LowDef as Cam1-low.  Linked from Cam1 to Cam1-low.  Cam1-low is where the motion detection happens.  When it alarms and starts recording the HiDef feed also starts recording.
=== ZM Monitors ===
Create two monitors, one for each of the streams.


[http://www.grandstream.com/products/surveillance/general/documents/grandstream_http_api.pdf API Document].
{| class="wikitable"
 
|-
== Some Progress ==
| colspan="2" style="text-align: center;"| HiDef
{| class="wikitable" border="2px"
|-
! Key
| Name
! Value
| Cam1
|-
| Source Type
| Ffmpeg
|-
| Function
| Nodect
|-
| Source Path
| rtsp://<ip address>/0?tcp
|-
|-
| Source Type
| Width & Height
|Remote
| Match the camera's Primary stream settings
|-
|-
|Remote Protocol
| colspan="2" style="text-align: center;"| LowDef
|HTTP
|-
|-
|Remote Method
| Name
|Simple
| Cam1-low
|-
|-
|Remote Host Name
| Source Type
|IP or hostname
| Ffmpeg
|-
|-
|Remote Host Port
| Function
|80
| Modect
|-
|-
|Remote Host Path
| Source Path
|'''/snapshot/view0.jpg''' High Res 1920x1088<br>'''/snapshot/view4.jpg''' Low Res 320x240
| rtsp://<ip address>/4?tcp
|-
|-
| Width & Height
| Match the camera's Secondary stream settings
|}
|}


As I understand things: This is just pulling images one at a time, instead of watching a video stream. Seems like not the best way of configuring things for this camera.
Link from Cam1 to Cam1-low. Cam1-low is where the motion detection happens. When it alarms and starts recording the HiDef feed also starts recording.


[http://www.grandstream.com/products/surveillance/general/documents/grandstream_http_api.pdf API Document].


[[Category:Cameras]]
[[Category:Cameras]]
[[Category:Network Cameras]]
[[Category:Network Cameras]]

Revision as of 16:17, 17 March 2014

Grandstream Networks produces a line of IP cameras, many with full HD capabilities.

Setup instructions Instructions provided by Grandstream to set up one of their cameras on a VMS Zoneminder install.

GXV-3672-FHD IP Camera

Gxv3672 sideview 1.jpg


GXV-3272-FHD Full HD camera, nighttime capability, supports a power over ethernet connection.

Notes

From Fedora 20, CentOS 6.5 or Scientific Linux 6.5 using vlc:

  • vlc rtsp://<ip addres>/0 - The HiDef stream
  • vlc rtsp://<ip addres>/4 - The LowDef stream

That showed me the camera was working well, had a stable stream with good resolution on both streams.

I started out using zm 1.26 and had a few minor issues that I was working through. Then I got ahold of the 1.27beta and pretty much all my minor issues were fixed. Now running under 1.27 things are working smooth.

Camera Settings

Camera settings that appear to work well:

Primary Stream
Codec H264
Resolution 1920x1080
Bit Rate 4096
Max Frame Rate 10
Secondary Stream
Codec H264
Resolution 352x288
Bit Rate 384
Max Frame Rate 10

ZM Monitors

Create two monitors, one for each of the streams.

HiDef
Name Cam1
Source Type Ffmpeg
Function Nodect
Source Path rtsp://<ip address>/0?tcp
Width & Height Match the camera's Primary stream settings
LowDef
Name Cam1-low
Source Type Ffmpeg
Function Modect
Source Path rtsp://<ip address>/4?tcp
Width & Height Match the camera's Secondary stream settings

Link from Cam1 to Cam1-low. Cam1-low is where the motion detection happens. When it alarms and starts recording the HiDef feed also starts recording.

API Document.