Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. # Username and password for network camera (only if required). Default: not defined
  2. # Syntax is user:password
  3. ; netcam_userpass value
  4.  
  5. # The setting for keep-alive of network socket, should improve performance on compatible net cameras.
  6. # 1.0: The historical implementation using HTTP/1.0, closing the socket after each http request.
  7. # keep_alive: Use HTTP/1.0 requests with keep alive header to reuse the same connection.
  8. # 1.1: Use HTTP/1.1 requests that support keep alive as default.
  9. # Default: 1.0
  10. ; netcam_http 1.0
  11.  
  12. # URL to use for a netcam proxy server, if required, e.g. "http://myproxy".
  13. # If a port number other than 80 is needed, use "http://myproxy:1234".
  14. # Default: not defined
  15. ; netcam_proxy value
  16.  
  17. # Set less strict jpeg checks for network cameras with a poor/buggy firmware.
  18. # Default: off
  19. netcam_tolerant_check off
  20.  
  21. # Let motion regulate the brightness of a video device (default: off).
  22. # The auto_brightness feature uses the brightness option as its target value.
  23. # If brightness is zero auto_brightness will adjust to average brightness value 128.
  24. # Only recommended for cameras without auto brightness
  25. auto_brightness off
  26.  
  27. # Set the initial brightness of a video device.
  28. # If auto_brightness is enabled, this value defines the average brightness level
  29. # which Motion will try and adjust to.
  30. # Valid range 0-255, default 0 = disabled
  31. brightness 0
  32.  
  33. # Set the contrast of a video device.
  34. # Valid range 0-255, default 0 = disabled
  35. contrast 0
  36.  
  37. # Set the saturation of a video device.
  38. # Valid range 0-255, default 0 = disabled
  39. saturation 0
  40.  
  41. # Set the hue of a video device (NTSC feature).
  42. # Valid range 0-255, default 0 = disabled
  43. hue 0
  44.  
  45.  
  46. ############################################################1.0
  47.  
  48. # URL to use for a netcam proxy server, if required, e.g. "http://myproxy".
  49. # If a port number other than 80 is needed, use "http://myproxy:1234".
  50. # Default: not defined
  51. ; netcam_proxy value
  52.  
  53. # Set less strict jpeg checks for network cameras with a poor/buggy firmware.
  54. # Default: off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement