Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. $ fswebcam -p JPEG image.jpg
  2. --- Opening /dev/video0...
  3. Trying source module v4l2...
  4. /dev/video0 opened.
  5. No input was specified, using the first.
  6. Unable to find a compatible palette format.
  7.  
  8. $ fswebcam -d v4l2:/dev/video0 -i 0 --list-controls
  9. --- Opening v4l2:/dev/video0...
  10. /dev/video0 opened.
  11. Available Controls Current Value Range
  12. ------------------ ------------- -----
  13. Brightness 16 (50%) 0 - 32
  14. Contrast 127 (49%) 0 - 255
  15. Saturation 127 (49%) 0 - 255
  16. Red Balance 100 (50%) 0 - 200
  17. Blue Balance 100 (50%) 0 - 200
  18. Exposure 66 (6%) 0 - 1023
  19. Gain, Automatic True True | False
  20. Gain 15 (24%) 0 - 62
  21. Horizontal Flip False True | False
  22. Vertical Flip False True | False
  23. White Balance Temperature 55 (21%) 0 - 255
  24. Sharpness 8 (53%) 0 - 15
  25. Unable to find a compatible palette format.
  26.  
  27. $ lsmod | grep pac7302
  28. gspca_pac7302 7860 0
  29. gspca_main 23879 1 gspca_pac7302
  30. videodev 121196 2 gspca_main,gspca_pac7302
  31.  
  32. $ ls -l /dev/video0
  33. crw-rw---T+ 1 root video 81, 0 Oct 31 13:42 /dev/video0
  34.  
  35. $ lsusb
  36. [...]
  37. Bus 001 Device 005: ID 093a:262c Pixart Imaging, Inc.
  38.  
  39. Oct 31 13:42:26 webcam1 kernel: [ 340.066003] usb 1-1.3: new full-speed USB device number 6 using dwc_otg
  40. Oct 31 13:42:26 webcam1 kernel: [ 340.178650] usb 1-1.3: New USB device found, idVendor=093a,idProduct=262c
  41. Oct 31 13:42:26 webcam1 kernel: [ 340.178686] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  42. Oct 31 13:42:26 webcam1 kernel: [ 340.188276] gspca_main: gspca_pac7302-2.14.0 probing 093a:262c
  43. Oct 31 13:42:26 webcam1 kernel: [ 340.190721] input: gspca_pac7302 as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/input/input1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement