Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [ftp]
  2. host = localhost <-- FTP server
  3. user = nobody <-- FTP username
  4. pass = xxxxxx <-- FTP password
  5. dir = /var/www <-- directory where it should be put into
  6. file = webcam.jpg <-- filename
  7. tmp = imageup.jpg <-- where it is uploaded to before it is renamed to ^
  8. local = 1 <-- 1 == local, 0 == remote
  9.  
  10. [grab]
  11. device = /dev/video0 <-- dun change
  12. width = 320 <-- depends on the resoluton of your webcam
  13. height = 240 < ^this
  14. delay = 0 <-- how long between each picture
  15. input = camera <-- stuff
  16. norm = ntsc <--encoding
  17. quality = 75 <-- JPG quality out of 100
  18. trigger = 180 <-- iuno
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement