Advertisement
meper0312

Untitled

Jul 26th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. daemon on
  2.  
  3. process_id_file /home/usuario/.motion/motion.pid
  4.  
  5. setup_mode off
  6.  
  7. logfile /home/usuario/.motion/motion.log
  8.  
  9. log_level 6
  10.  
  11. log_type all
  12.  
  13. videodevice /dev/video0
  14.  
  15. v4l2_palette 17
  16.  
  17. ; tunerdevice /dev/tuner0
  18.  
  19. input -1
  20.  
  21. norm 0
  22.  
  23. frequency 0
  24.  
  25. power_line_frequency -1
  26.  
  27. rotate 0
  28.  
  29. width 640
  30.  
  31. height 480
  32.  
  33. framerate 25
  34.  
  35. minimum_frame_time 0
  36.  
  37. ; netcam_url value
  38.  
  39. ; netcam_userpass value
  40.  
  41. netcam_keepalive off
  42.  
  43. ; netcam_proxy value
  44.  
  45. netcam_tolerant_check off
  46.  
  47. rtsp_uses_tcp on
  48.  
  49. ; mmalcam_name vc.ril.camera
  50.  
  51. ; mmalcam_control_params -hf
  52.  
  53. auto_brightness off
  54.  
  55. brightness 200
  56.  
  57. contrast 80
  58.  
  59. saturation 0
  60.  
  61. hue 0
  62.  
  63. roundrobin_frames 1
  64.  
  65. roundrobin_skip 1
  66.  
  67. switchfilter off
  68.  
  69. threshold 1500
  70.  
  71. threshold_tune off
  72.  
  73. noise_level 64
  74.  
  75. noise_tune on
  76.  
  77. despeckle_filter EedDl
  78.  
  79. area_detect value
  80.  
  81. ; mask_file value
  82.  
  83. smart_mask_speed 0
  84.  
  85. lightswitch 0
  86.  
  87. minimum_motion_frames 1
  88.  
  89. pre_capture 5
  90.  
  91. post_capture 5
  92.  
  93. event_gap 10
  94.  
  95. max_movie_time 0
  96.  
  97. emulate_motion off
  98.  
  99. output_pictures off
  100.  
  101. output_debug_pictures off
  102.  
  103. quality 75
  104.  
  105. picture_type jpeg
  106.  
  107. ffmpeg_output_movies off
  108.  
  109. ffmpeg_output_debug_movies off
  110.  
  111. ffmpeg_timelapse 0
  112.  
  113. ffmpeg_timelapse_mode daily
  114.  
  115. ffmpeg_bps 500000
  116.  
  117. ffmpeg_variable_bitrate 0
  118.  
  119. ffmpeg_video_codec mpeg4
  120.  
  121. ffmpeg_duplicate_frames true
  122.  
  123. use_extpipe off
  124.  
  125. snapshot_interval 0
  126.  
  127. locate_motion_mode off
  128.  
  129. locate_motion_style box
  130.  
  131. text_right %Y-%m-%d\n%T-%q
  132.  
  133. ; text_left CAMERA %t
  134.  
  135. text_changes off
  136.  
  137. text_event %Y%m%d%H%M%S
  138.  
  139. text_double off
  140.  
  141. ;exif_text %i%J/%K%L
  142.  
  143. target_dir /home/usuario/motion/
  144.  
  145. snapshot_filename %v-%Y%m%d%H%M%S-snapshot
  146.  
  147. picture_filename %v-%Y%m%d%H%M%S-%q
  148.  
  149. movie_filename %v-%Y%m%d%H%M%S
  150.  
  151. timelapse_filename %Y%m%d-timelapse
  152.  
  153. ipv6_enabled off
  154.  
  155. stream_port 8081
  156.  
  157. stream_quality 50
  158.  
  159. stream_motion on
  160.  
  161. stream_maxrate 1
  162.  
  163. stream_localhost off
  164.  
  165. stream_limit 0
  166.  
  167. stream_auth_method 0
  168.  
  169. ; stream_authentication username:password
  170.  
  171. ; stream_preview_scale 25
  172.  
  173. ; stream_preview_newline no
  174.  
  175. webcontrol_port 8080
  176.  
  177. webcontrol_localhost off
  178.  
  179. webcontrol_html_output on
  180.  
  181. ; webcontrol_authentication username:password
  182.  
  183. track_type 0
  184.  
  185. track_auto off
  186.  
  187. ;track_port /dev/ttyS0
  188.  
  189. ;track_motorx 0
  190.  
  191. ;track_motorx_reverse 0
  192.  
  193. ;track_motory 1
  194.  
  195. ;track_motory_reverse 0
  196.  
  197. ;track_maxx 200
  198.  
  199. ;track_minx 50
  200.  
  201. ;track_maxy 200
  202.  
  203. ;track_miny 50
  204.  
  205. ;track_homex 128
  206.  
  207. ;track_homey 128
  208.  
  209. track_iomojo_id 0
  210.  
  211. track_step_angle_x 10
  212.  
  213. track_step_angle_y 10
  214.  
  215. track_move_wait 10
  216.  
  217. track_speed 255
  218.  
  219. track_stepsize 40
  220.  
  221. quiet on
  222.  
  223. ; on_event_start value
  224.  
  225. ; on_picture_save value
  226.  
  227. ; on_motion_detected value
  228.  
  229. ; on_area_detected value
  230.  
  231. ; on_movie_start value
  232.  
  233. ; on_movie_end value
  234.  
  235. ; on_camera_lost value
  236.  
  237. ; sql_log_picture on
  238.  
  239. ; sql_log_snapshot on
  240.  
  241. ; sql_log_movie off
  242.  
  243. ; sql_log_timelapse off
  244.  
  245. ; database_type value
  246.  
  247. ; database_dbname value
  248.  
  249. ; database_host value
  250.  
  251. ; database_user value
  252.  
  253. ; database_password value
  254.  
  255. ; database_port value
  256.  
  257. ; database_busy_timeout 0
  258.  
  259. ; video_pipe value
  260.  
  261. ; motion_video_pipe value
  262.  
  263. camera /home/usuario/motion1.conf
  264. camera /home/usuarion/motion2.conf
  265. ; camera /etc/motion/camera3.conf
  266. ; camera /etc/motion/camera4.conf
  267.  
  268.  
  269. ##############################################################
  270. # Camera config directory - One for each camera.
  271. ##############################################################
  272. #
  273. ; camera_dir /etc/motion/conf.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement