Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.12 KB | None | 0 0
  1. # first step: backup the orginal file
  2. cp /volume1/@appstore/SurveillanceStation/device_pack/camera_support/FOSCAM.conf /volume1/@appstore/SurveillanceStation/device_pack/camera_support/FOSCAM.conf_ORIG
  3.  
  4. # then, open the FOSCAM.conf FIle
  5. vi /volume1/@appstore/SurveillanceStation/device_pack/camera_support/FOSCAM.conf
  6.  
  7. # Press G-Key to jump to the end of the file. After this you can paste the following lines:
  8.  
  9. [FOSCAM*NCM624W]
  10. {BasicSettings}                                                                                                
  11. api = foscam-h264                                                                
  12. channel_list = 1                                                                  
  13. default_channel = 1                                                                                            
  14. multi_streams = 2                                                                
  15. default_rec_stream_h264 = 1                                                      
  16. default_live_stream_h264 = 1                                                      
  17. h264 = rtsp                                                                      
  18. home = yes                                                                        
  19. pan = continuous                                                                  
  20. tilt = continuous                                                                
  21. ptz_direction = 8                                                                
  22. preset = 16                                                                      
  23. audio_format = G711                                                              
  24. default_audio_format = G711                                                      
  25. motion = h264                                                                    
  26. motion_param = sensitivity                                                        
  27. camera_parameters = yes                                                          
  28. ntp_server = Surveillance Station,time.nist.gov,time.kriss.re.kr,time.windows.com,time.nuri.net,disable
  29. video_mirror = yes                                                                                    
  30. video_flip = yes                                                                                      
  31. exposure_control = 50,60                                                                              
  32. default_exposure_control = 60                                                                          
  33. exposure_mode = auto,day,night                                                                        
  34. default_exposure_mode = auto                                                                          
  35. osd_timestamp = yes                                                                                    
  36. osd_format = datetime,text                                                                            
  37. default_osd_format = datetime                                                                          
  38. default_username = admin                                                                              
  39. rtsp_protocol = auto,udp,tcp                                                                          
  40. default_rtsp_protocol = auto                                                                          
  41. api_specific = SUB_STM_NOT_EDITABLE                                                                    
  42. extra_liveview_stream = mobile                                                                        
  43. {stream_1}                                                                                            
  44. resolutions_h264 = 320x180,640x360,1280x720                                                            
  45. default_resolution_h264 = 1280x720                                                                    
  46. fps_h264_[320x180,640x360,1280x720] = 2-30                                                            
  47. default_fps_h264_[320x180,640x360,1280x720] = 10                                                      
  48. bitrate_control_h264 = vbr,cbr                                                                        
  49. default_bitrate_control_h264 = cbr                                                                    
  50. default_vbr_quality_h264 = 5                                                                          
  51. cbr_list_h264 = 20,50,100,200,512,1024,2048,4096                                                      
  52. {stream_2}                                                                                                    
  53. resolutions_h264 = 640x360                                                                            
  54. default_resolution_h264 = 640x360              
  55. fps_h264_[320x180] = 15                        
  56. default_fps_h264_[320x180] = 15
  57.  
  58. # Backup the prepared  FOSCAM.conf file
  59. cp /volume1/@appstore/SurveillanceStation/device_pack/camera_support/FOSCAM.conf /volume1/software/Synology\ DS214play/IPcam\ Anpassungen\ FOSCAM/
  60.  
  61. # Restart Surveillance Station and check if settings (sound, resolution) are right
  62.  
  63. # Make a backup of the Camera Settings in Surveillance Station Software - finish.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement