bro, you see the below info maybe can help you...
Here's some more success in editing the config file for unsupported cameras.
I have a DS411 and are running DSM 4.1. I have already set up a Foscam camera, which is supported by SS6.
I recently bought a generic IP camera that looks like the Foscam, but the installed web server (and presumably Linux host) was different.
After a bit of research I was able to establish that it was a VStarcam H6837WIP, even though there was no branding on the camera or its packaging.
Wireless Indoor Dome PTZ IP Camera
After reading this thread carefully, and the other thread linked below, I set about reverse engineering the various web pages from the camera to determine the control commands. After a lot of trial and error, and shutting down and restarting SS6 I had success in getting the pan and tilt functions working through the SS6 Live View Controller.
Of considerable help was my parallel discovery of 'Config File Editor' a package by Remco Schellekens (merty) (
Mertymade test) who developed some (now unsupported) packages for DSM 3.2. 'Config File Editor' still works with DSM 4.1.
My quest was made easier when I found this thread (
Synology Inc. Online Community Forum • View topic - Where are the camera Settings saved?) which told me that the camera config file is now found under:
/volume1/@appstore/SurveillanceStation/conf/camera_model.conf
So here is the addition to the config file I made for the VStarcam:
Code: Select all
[VStarcam*generic]
port=81
video source="/videostream.cgi"
tilt up="cgi-bin/decoder_control.cgi?onestep=0&command=1"
tilt down="cgi-bin/decoder_control.cgi?onestep=0&command=2"
pan left="cgi-bin/decoder_control.cgi?onestep=0&command=3"
pan right="cgi-bin/decoder_control.cgi?onestep=0&command=6"
I hope this helps - now on to getting the 'patrols' working.
well, asked all the way to Vstarcam itself. Nobody knows nuts about it...