Advertisement
meper0312

Untitled

Apr 25th, 2017
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. daemon = on
  2. process_id_file = /var/run/motion/motion.pid
  3. setup_mode = off
  4. logfile = /var/log/motion/motion.log
  5. log_level = 6
  6. log_type = all
  7. videodevice = /dev/video0
  8. v4l2_palette = 17
  9. input = -1
  10. norm = 0
  11. frequency = 0
  12. rotate = 0
  13. width = 640
  14. height = 480
  15. framerate = 25
  16. minimum_frame_time = 0
  17. netcam_url = (not defined)
  18. netcam_userpass = (not defined)
  19. netcam_keepalive = off
  20. netcam_proxy = (not defined)
  21. netcam_tolerant_check = off
  22. auto_brightness = off
  23. brightness = 200
  24. contrast = 80
  25. saturation = 0
  26. hue = 0
  27. roundrobin_frames = 1
  28. roundrobin_skip = 1
  29. switchfilter = off
  30. threshold = 1500
  31. threshold_tune = off
  32. noise_level = 64
  33. noise_tune = on
  34. despeckle_filter = EedDl
  35. area_detect = (not defined)
  36. mask_file = (not defined)
  37. smart_mask_speed = 0
  38. lightswitch = 0
  39. minimum_motion_frames = 1
  40. pre_capture = 5
  41. post_capture = 5
  42. event_gap = 10
  43. max_movie_time = 0
  44. emulate_motion = off
  45. output_pictures = off
  46. output_debug_pictures = off
  47. quality = 75
  48. picture_type = jpeg
  49. ffmpeg_output_movies = on
  50. ffmpeg_output_debug_movies = off
  51. ffmpeg_timelapse = 0
  52. ffmpeg_timelapse_mode = daily
  53. ffmpeg_bps = 500000
  54. ffmpeg_variable_bitrate = 0
  55. ffmpeg_video_codec = mpeg4
  56. ffmpeg_deinterlace = off
  57. sdl_threadnr = 0
  58. use_extpipe = off
  59. extpipe = (not defined)
  60. snapshot_interval = 0
  61. locate_motion_mode = off
  62. locate_motion_style = box
  63. text_right = %Y-%m-%d\n%T-%q
  64. text_left = (not defined)
  65. text_changes = off
  66. text_event = %Y%m%d%H%M%S
  67. text_double = off
  68. exif_text = (not defined)
  69. target_dir = /home/meper/own/motion
  70. snapshot_filename = %v-%Y%m%d%H%M%S-snapshot
  71. picture_filename = %v-%Y%m%d%H%M%S-%q
  72. movie_filename = %v-%Y%m%d%H%M%S
  73. timelapse_filename = %Y%m%d-timelapse
  74. ipv6_enabled = off
  75. stream_port = 8081
  76. stream_quality = 50
  77. stream_motion = off
  78. stream_maxrate = 1
  79. stream_localhost = off
  80. stream_limit = 0
  81. stream_auth_method = 0
  82. stream_authentication = (not defined)
  83. webcontrol_port = 8080
  84. webcontrol_localhost = off
  85. webcontrol_html_output = on
  86. webcontrol_authentication = (not defined)
  87. track_type = 0
  88. track_auto = off
  89. track_port = (not defined)
  90. track_motorx = 0
  91. track_motorx_reverse = off
  92. track_motory = 0
  93. track_motory_reverse = off
  94. track_maxx = 0
  95. track_minx = 0
  96. track_maxy = 0
  97. track_miny = 0
  98. track_homex = 128
  99. track_homey = 128
  100. track_iomojo_id = 0
  101. track_step_angle_x = 10
  102. track_step_angle_y = 10
  103. track_move_wait = 10
  104. track_speed = 255
  105. track_stepsize = 40
  106. quiet = on
  107. on_event_start = value
  108. on_event_end = /home/meper/scripts/motion.cmon
  109. on_picture_save = value
  110. on_motion_detected = value
  111. on_area_detected = value
  112. on_movie_start = value
  113. on_movie_end = value
  114. on_camera_lost = value
  115. sql_log_picture = on
  116. sql_log_snapshot = on
  117. sql_log_movie = off
  118. sql_log_timelapse = off
  119. sql_query = sql_query insert into security(camera, filename, frame, file_type, time_stamp, event_time_stamp) values('%t', '%f', '%q', '%n', '%Y-%m-%d %T', '%C')
  120. database_type = (not defined)
  121. database_dbname = (not defined)
  122. database_host = localhost
  123. database_user = (not defined)
  124. database_password = (not defined)
  125. database_port = 0
  126. sqlite3_db = (not defined)
  127. video_pipe = (not defined)
  128. motion_video_pipe = (not defined)
  129. thread = No threads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement