Advertisement
Guest User

Untitled

a guest
Apr 16th, 2012
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. $ v4l2-ctl -d /dev/video1 --all
  2. Driver Info (not using libv4l2):
  3. Driver name : uvcvideo
  4. Card type : HD Pro Webcam C920
  5. Bus info : usb-0000:00:1d.7-3
  6. Driver version: 3.2.12
  7. Capabilities : 0x04000001
  8. Video Capture
  9. Streaming
  10. Format Video Capture:
  11. Width/Height : 1920/1080
  12. Pixel Format : 'MJPG'
  13. Field : None
  14. Bytes per Line: 0
  15. Size Image : 4147200
  16. Colorspace : SRGB
  17. Crop Capability Video Capture:
  18. Bounds : Left 0, Top 0, Width 1920, Height 1080
  19. Default : Left 0, Top 0, Width 1920, Height 1080
  20. Pixel Aspect: 1/1
  21. Video input : 0 (Camera 1: ok)
  22. Streaming Parameters Video Capture:
  23. Capabilities : timeperframe
  24. Frames per second: 30.000 (30/1)
  25. Read buffers : 0
  26.  
  27. $ v4l2-ctl -d /dev/video1 --set-fmt-video=width=1920,height=1080,pixelformat=H264
  28.  
  29. $ v4l2-ctl -d /dev/video1 --all
  30. Driver Info (not using libv4l2):
  31. Driver name : uvcvideo
  32. Card type : HD Pro Webcam C920
  33. Bus info : usb-0000:00:1d.7-3
  34. Driver version: 3.2.12
  35. Capabilities : 0x04000001
  36. Video Capture
  37. Streaming
  38. Format Video Capture:
  39. Width/Height : 1920/1080
  40. Pixel Format : 'H264'
  41. Field : None
  42. Bytes per Line: 3840
  43. Size Image : 4147200
  44. Colorspace : SRGB
  45. Crop Capability Video Capture:
  46. Bounds : Left 0, Top 0, Width 1920, Height 1080
  47. Default : Left 0, Top 0, Width 1920, Height 1080
  48. Pixel Aspect: 1/1
  49. Video input : 0 (Camera 1: ok)
  50. Streaming Parameters Video Capture:
  51. Capabilities : timeperframe
  52. Frames per second: 30.000 (30/1)
  53. Read buffers : 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement