Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. $ ls /dev/video*
  2. /dev/video0 /dev/video1
  3. $ vlc v4l2:///dev/video0
  4. VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)
  5. [0x9f2d908] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
  6.  
  7. $ vlc v4l2:///dev/video1
  8. VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)
  9. [0x9b24908] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
  10. [0xb0500960] v4l2 demux error: VIDIOC_STREAMON failed
  11. libv4l2: error setting pixformat: Device or resource busy
  12. libv4l2: error setting pixformat: Device or resource busy
  13. libv4l2: error setting pixformat: Device or resource busy
  14. libv4l2: error setting pixformat: Device or resource busy
  15. libv4l2: error setting pixformat: Device or resource busy
  16. libv4l2: error setting pixformat: Device or resource busy
  17. libv4l2: error setting pixformat: Device or resource busy
  18. libv4l2: error setting pixformat: Device or resource busy
  19. libv4l2: error setting pixformat: Device or resource busy
  20. libv4l2: error setting pixformat: Device or resource busy
  21. [0xb0501188] v4l2 access error: cannot set input 0: Device or resource busy
  22. [0xb0501188] v4l2 access error: cannot set input 0: Device or resource busy
  23. [0xb5300618] main input error: open of `v4l2:///dev/video1' failed
  24.  
  25. e557822@e557822-T740:~/Desktop/Camera/starter_video2$ ls /dev/video*
  26. /dev/video0 /dev/video1 /dev/video2
  27. e557822@e557822-T740:~/Desktop/Yash/Camera/starter_video2$ ./starter_video2 0 1
  28. VIDIOC_QUERYMENU: Invalid argument
  29. VIDIOC_QUERYMENU: Invalid argument
  30. VIDIOC_QUERYMENU: Invalid argument
  31. VIDIOC_QUERYMENU: Invalid argument
  32. VIDIOC_QUERYMENU: Invalid argument
  33. VIDIOC_QUERYMENU: Invalid argument
  34. VIDIOC_QUERYMENU: Invalid argument
  35. press space to save a picture. q or esc to quit
  36. init done
  37. opengl support available
  38. libv4l2: error turning on stream: No space left on device
  39. VIDIOC_STREAMON: No space left on device
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement