Advertisement
Guest User

fswebcam output

a guest
Feb 20th, 2013
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.46 KB | None | 0 0
  1. $ fswebcam --device /dev/video0 --input 0 --resolution 352x288 --save /var/www/public/webcam/webcam.jpg --skip 20 -v
  2. --- Opening /dev/video0...
  3. Trying source module v4l2...
  4. /dev/video0 opened.
  5. src_v4l2_get_capability,87: /dev/video0 information:
  6. src_v4l2_get_capability,88: cap.driver: "uvcvideo"
  7. src_v4l2_get_capability,89: cap.card: "USB2.0 PC CAMERA"
  8. src_v4l2_get_capability,90: cap.bus_info: "usb-bcm2708_usb-1.3"
  9. src_v4l2_get_capability,91: cap.capabilities=0x04000001
  10. src_v4l2_get_capability,92: - VIDEO_CAPTURE
  11. src_v4l2_get_capability,103: - STREAMING
  12. src_v4l2_set_input,181: /dev/video0: Input 0 information:
  13. src_v4l2_set_input,182: name = "Camera 1"
  14. src_v4l2_set_input,183: type = 00000002
  15. src_v4l2_set_input,185: - CAMERA
  16. src_v4l2_set_input,186: audioset = 00000000
  17. src_v4l2_set_input,187: tuner = 00000000
  18. src_v4l2_set_input,188: status = 00000000
  19. src_v4l2_set_pix_format,541: Device offers the following V4L2 pixel formats:
  20. src_v4l2_set_pix_format,554: 0: [0x56595559] 'YUYV' (YUV 4:2:2 (YUYV))
  21. Using palette YUYV
  22. src_v4l2_set_mmap,693: mmap information:
  23. src_v4l2_set_mmap,694: frames=4
  24. src_v4l2_set_mmap,741: 0 length=202752
  25. src_v4l2_set_mmap,741: 1 length=202752
  26. src_v4l2_set_mmap,741: 2 length=202752
  27. src_v4l2_set_mmap,741: 3 length=202752
  28. --- Capturing frame...
  29. Skipping 20 frames...
  30. Capturing 1 frames...
  31. Captured 21 frames in 1.96 seconds. (10 fps)
  32. --- Processing captured image...
  33. Writing JPEG image to '/var/www/public/webcam/webcam.jpg'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement