Jak přidat kameru UBNT AirCam do Synology Surveillance Station

Autor: Patrik Hanuš

Řešení:

Oficiálně tuto kameru nepodporuje.
Je proto nutná úprava konfiguračních souborů a vytvoření záznamu o kameře v těchto souborech.
Editaci souborů je možné provádět přes SSH nebo Tellnet, ale to nedoporučuji. Daleko lepší je upravit je pomocí Config editoru, který se dá nainstalovat jako balíček (odkaz jako příloha řešení).
Před instalací tohoto balíčku do sinology nainstalujete z centra balíčků PEARL.

Po instalaci otevřete Config File Editor a vyberte konfigurační soubor k úpravě pojmenovaný Config File Editor (úplně na konci).

Na konec souboru přidejte následující řádky podle typu Surveillance Station:

pro 6.1:
========
/volume1/@appstore/SurveillanceStation/device_pack/camera_support/camera_model.conf,cam-model
/volume1/@appstore/SurveillanceStation/device_pack/camera_support/UBNT.conf,cam-ubnt

pro 6.0
=======
/volume1/@appstore/SurveillanceStation/conf/camera_model.conf,cam-model
/volume1/@appstore/SurveillanceStation/conf/UBNT.conf,cam-ubnt

pro 5.x
=======
/usr/syno/etc.defaults/camera_model.conf,cam-model
/usr/syno/etc.defaults/UBNT.conf,cam-ubnt

a dejte uložit a zavřete Config File Editor.
Funkčnost ověříme opětovným otevřením editoru a vybráním konfiguračního souboru cam-model. Pokud je prázdný, patrně jsme vložili řádky pro špatnou verzi, editujeme Config File editor a opravíme.

Pokud se nám načte konfigurace, kde budou jednotliví výrobci atd, můžeme pokračovat tím, že na začátek pod [camera*list] přidáme řádek :

UBNT*Aircam=UBNT*generic

a poté pod seznam výrobců přidáme řádky

[UBNT*generic]
port=554
video source="/live/ch00_0"

(pokud chceme horší kvalitu můžeme dát "/live/ch01_00" uvozovky jsou nutnost !!!)

tento soubor uložíme a otevřeme konfiguraci cam-ubnt (otevře se prázdná, protože tento soubor se vytváří)
do něho vložíme toto:

[UBNT*Aircam]
api = ubnt
channel_list = 1
default_channel = 1
resolutions_h264 = 640×480, 1280×720
default_resolution_h264 = 1280×720
fps_h264_[640x480] = 5,10,15,20,25,30
fps_h264_[1280x720] = 5,10,15,20,25,30
default_fps_h264_1280x720 = 10
default_fps_h264_640x480 = 10
default_image_quality = 5
h264 = rtsp
rtp_tcp_only = yes
default_username = ubnt
default_password = ubnt

poté uložíme a restartujeme v balíčcích surveillance station.

V konfiguraci kamery přes webové rozhraní v sekci video zaškrtneme RTSP Authentification a jako uživ jm a heslo dáme např: ubnt / ubnt

Otevřeme Surveillance Station a přidáme kameru s následujícími parametry:

Název: volitelné např CAM01
IP adresa: ip_adresa_kamery např 192.168.1.201
Port: 554
Značka: UBNT
Model kamery: Aircam
Uživatelské jméno: ubnt (koresponduje s nastavením RTSP v kameře)
Heslo:ubnt

Vyzkoušíme spojení a máme hotovo.

v nové verzi je to jinak !!!


Ref this post in that blog to get AirCam's working. In short, you create a UBNT.conf file at the following location:



/volume1/@appstore/SurveillanceStation/device_pack​/camera_support/UBNT.conf



My file looks like this:



[UBNT*Aircam]
api = ubnt
channel_list = 1
default_channel = 1
resolutions_h264 = 640x480,1280x720
default_resolution_h264 = 1280x720
fps_h264_[640x480] = 5,10,15,20,25,30
fps_h264_[1280x720] = 5,10,15,20,25,30
default_fps_h264_[1280x720,640x480] = 10
default_image_quality = 5

h264 = rtsp
mpeg4 = rtsp
mjpeg = rtsp
motion = h264,mpeg4,mjpeg

motion_param = sensitivity,threshold
rtsp_keepalive = none
default_username = ubnt
default_password = ubnt
rtsp_protocol = auto,udp,tcp



Change your username and password to match your own settings. Now you can add the camera through the wizard in Surveillance Station but it will not work. Add it anyway and ignore the error message. Make sure to use the complete setup as you can't go back in and edit settings later. Now select the camera(s) in the list that show as disconected and choose Export from the Configuration menu. Give it a name and export it. An FYI, you can't export this to a file on your computer. you need to have a share on the NAS for the export info to save to. This will create a folder called SSCamExport_CameraNameYouUsed and appears empty. Inside are several files however that are hidden. I ssh'd into the NAS and used vi to make the changes. The file you're looking for is: .ExpCam



Open that and edit the two path lines to look like this (or your prefered settings if you know them):



path = '/live/ch01_0'
live_path = '/live/ch01_0'



Save the file then in Surveillance Station use the Import option from the Configuration menu. You may want to delete the camera before importing it if you have no more licenses available. Hope this helps!



K řešení je připojený soubor 1392897133configfileeditor-noarch-14.spk klikni pro stažení
Vytisknout řešení


Zpět na předchozí stránku