Difference between revisions of "Swann"

From ZoneMinder Wiki
Jump to navigationJump to search
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:


== SWNHD-806CAM 720P IP POE ==
== SWNHD-806CAM 720P IP POE ==


With the help of: [http://sourceforge.net/projects/onvifdm/ Onvif Device Manager] found the correct port and path to camera feed as follows:
With the help of: [http://sourceforge.net/projects/onvifdm/ Onvif Device Manager] found the correct port and path to camera feed as follows:
Line 29: Line 28:
Preserve Aspect Ratio: (not selected)
Preserve Aspect Ratio: (not selected)


As yet, haven't ramped up the security settings on this or tweaked any of the Zoneminder settings and not sure if the Morecord feature works, but Record definitely does!
As yet, haven't ramped up the security settings on this or tweaked any of the Zoneminder settings and not sure if the Morecord feature works, but Record definitely does! --[[User:Jakestrat|Jakestrat]] ([[User talk:Jakestrat|talk]])
 
 
== SWIFI-SPOTCAM 1080P IP WIFI/Ethernet ==
 
A permanent-power standalone 1080P 2.4Ghz Wifi/Ethernet camera with audio. Contrary to Swann's specifications, it is entirely possible to record audio with these cameras as part of the stream.
 
Cameradar was used to brute-force the rtsp parameters.
 
Using ffmpeg to encode it is possible to record the stream from either wifi or the optional ethernet port.
 
Overlay date/time and "camera name" are embedded in stream.
 
 
Stream was recorded with the following parameters:
 
Camera connection path: "rtsp://:@<ip_path_to_camera>:554//"
 
Codec: H264
 
Resolution: 1920x1080
 
Max FPS: ~14-15
 
Color Space: Rec. 709 in daylight (monochrome IR night vision)
 
Audio Sample Rate: 8khz
 
Audio Bits per sample: 32
 
 
 
Attempting to use VLC to monitor RTSP stream causes camera to power-cycle for some unknown reason?
 
No authentication required and several other network ports open - consider air-gapping your setup with these cameras.
 
Have not yet integrated into Zoneminder setup, so results may vary.
 
 
 
--[[User:netstar98|netstar98]]


== Links ==
== Links ==
Line 36: Line 75:




[hhttp://swann.com/downloads/New_FTP/Name/Public_Software_Archives/Swannview_Link/ Swann's Own viewing software]
[http://swann.com/downloads/New_FTP/Name/Public_Software_Archives/Swannview_Link/ Swann's Own viewing software]
NB Swann's viewing software is designed for their bespoke system - so couldn't get the port to work
NB Swann's viewing software is designed for their bespoke system.

Latest revision as of 21:25, 15 December 2025

Have been able to get the following model working:

SWNHD-806CAM 720P IP POE

With the help of: Onvif Device Manager found the correct port and path to camera feed as follows:

rtsp://<ip path to camera>:554/h264Preview_01_main

Tested this in VLC and was able to connect to the stream. Therefore used the following setting in Zoneminder camera setup:

Source Type: Libvlc

Max FPS 40

Source Path: rtsp://<ip path to camera>:554/h264Preview_01_main

Remote Method: RTP/Multicast

Options: none

Target Colorspace: 24 bit colour

Capture Width (pixels): 1280

Capture Height (pixels): 720

Preserve Aspect Ratio: (not selected)

As yet, haven't ramped up the security settings on this or tweaked any of the Zoneminder settings and not sure if the Morecord feature works, but Record definitely does! --Jakestrat (talk)


SWIFI-SPOTCAM 1080P IP WIFI/Ethernet

A permanent-power standalone 1080P 2.4Ghz Wifi/Ethernet camera with audio. Contrary to Swann's specifications, it is entirely possible to record audio with these cameras as part of the stream.

Cameradar was used to brute-force the rtsp parameters.

Using ffmpeg to encode it is possible to record the stream from either wifi or the optional ethernet port.

Overlay date/time and "camera name" are embedded in stream.


Stream was recorded with the following parameters:

Camera connection path: "rtsp://:@<ip_path_to_camera>:554//"

Codec: H264

Resolution: 1920x1080

Max FPS: ~14-15

Color Space: Rec. 709 in daylight (monochrome IR night vision)

Audio Sample Rate: 8khz

Audio Bits per sample: 32


Attempting to use VLC to monitor RTSP stream causes camera to power-cycle for some unknown reason?

No authentication required and several other network ports open - consider air-gapping your setup with these cameras.

Have not yet integrated into Zoneminder setup, so results may vary.


--netstar98

Links

How do I get my camera connected to IPCamLive?


Swann's Own viewing software NB Swann's viewing software is designed for their bespoke system.