by XMJ » Mon Dec 05, 2011 2:41 am
External Version of the Axis P5534, coded as P5534-E. This works fine but you need to modify the /usr/syno/etc/camera_support.conf and /usr/syno/ect.defaults/camera_support.conf if you want to use it in H.264 mode.
Only the P5534 (internal version) is listed currently by Synology and trying to use the internal P5534 selection with the external P5534-E camera gives errors and shows the Cam as disconnected if you use H.264 {NB: the P5534-E works fine using the P5534 selection when using MJPEG, but the files can be huge by comparison}.
As the P5534-E (external version) does not make an audio stream available, you need to copy the entire section in the file for the [AXIS*P5534] to a new section just below it; then rename its section heading to [AXIS*P5534-E] and remove the two lines about the audio:
REMOVE THE FOLLOWING:
audio_format = AAC,G711,G726
default_audio_format = G711
Otherwise you will get erros in the messages log about the audio and (at least for me) the SS won't connect the camera)
I also removed the two lines about the external alarm input and output, as I don't think it has these either; not sure if this was stricly necessary.
REMOVE THE FOLLOWING:
alarm_input = 1
alarm_output = 1
SO YOU END UP WITH AN ADDITIONAL SECTION IN THE FILE AS FOLLOWS:
[AXIS*P5534-E]
api = axisv5
channel_list = 1
default_channel = 1
resolutions_mjpeg = 320x180, 480x270, 800x450, 1280x720
resolutions_h264 = 320x180, 480x270, 800x450, 1280x720
default_resolution_mjpeg = 320x180
default_resolution_h264 = 320x180
fps_mjpeg_320x180 = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
fps_mjpeg_480x270 = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
fps_mjpeg_800x450 = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
fps_mjpeg_1280x720 = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
fps_h264_320x180 = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
fps_h264_480x270 = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
fps_h264_800x450 = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
fps_h264_1280x720 = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
default_fps_mjpeg_320x180 = 10
default_fps_mjpeg_480x270 = 10
default_fps_mjpeg_800x450 = 10
default_fps_mjpeg_1280x720 = 10
default_fps_h264_320x180 = 10
default_fps_h264_480x270 = 10
default_fps_h264_800x450 = 10
default_fps_h264_1280x720 = 5
default_image_quality = 5
resolution_independent = mjpeg,h264
fps_independent = mjpeg,h264
quality_independent = mjpeg,h264
mjpeg = http
h264 = rtsp
motion = mjpeg,h264
motion_param = sensitivity,object_size
pan = yes
tilt = yes
zoom = yes
home = yes
preset = 32
Save the files, remove any previous attempts from the Cameras tab in SS, and add a new one back selecting AXIS -> P5534-E from the menu now that it is there this time.
I do not work for Synology, or Axis and am a private individual, so no waranties or promises mand and no comeback if you mess it up, but it worked for me.