Advertisement
Guest User

Untitled

a guest
Feb 5th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # URL to use if you are using a network camera, size will be autodetected (incl http:// ftp:// or file:///)
  2. # Must be a URL that returns single jpeg pictures or a raw mjpeg stream. Default: Not defined
  3. netcam_url http://8.8.8.8:8001/jpg/image.jpg
  4.  
  5. # Username and password for network camera (only if required). Default: not defined
  6. # Syntax is user:password
  7. netcam_userpass login:password
  8.  
  9. target_dir /home/cams/cam1/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement