Created
September 12, 2016 13:15
-
-
Save joemaller/72dfc0e288b8d06a048ea2c79ade9496 to your computer and use it in GitHub Desktop.
Raspbian video debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pi@raspberrypi:~ $ lsusb | |
| Bus 001 Device 012: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI) | |
| Bus 001 Device 011: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard | |
| Bus 001 Device 007: ID 2109:2811 | |
| Bus 001 Device 014: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160 Video Capture Device | |
| Bus 001 Device 006: ID 2109:2811 | |
| Bus 001 Device 005: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS] | |
| Bus 001 Device 004: ID 046d:c526 Logitech, Inc. Nano Receiver | |
| Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter | |
| Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. | |
| Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pi@raspberrypi:~ $ lsusb -s 014 | |
| Bus 001 Device 014: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160 Video Capture Device | |
| pi@raspberrypi:~ $ lsusb -s 014 -v | |
| Bus 001 Device 014: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160 Video Capture Device | |
| Couldn't open device, some information will be missing | |
| Device Descriptor: | |
| bLength 18 | |
| bDescriptorType 1 | |
| bcdUSB 2.00 | |
| bDeviceClass 0 (Defined at Interface level) | |
| bDeviceSubClass 0 | |
| bDeviceProtocol 0 | |
| bMaxPacketSize0 64 | |
| idVendor 0x05e1 Syntek Semiconductor Co., Ltd | |
| idProduct 0x0408 STK1160 Video Capture Device | |
| bcdDevice 0.05 | |
| iManufacturer 1 | |
| iProduct 2 | |
| iSerial 0 | |
| bNumConfigurations 1 | |
| Configuration Descriptor: | |
| bLength 9 | |
| bDescriptorType 2 | |
| wTotalLength 251 | |
| bNumInterfaces 3 | |
| bConfigurationValue 1 | |
| iConfiguration 0 | |
| bmAttributes 0x80 | |
| (Bus Powered) | |
| MaxPower 500mA | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 0 | |
| bNumEndpoints 2 | |
| bInterfaceClass 255 Vendor Specific Class | |
| bInterfaceSubClass 255 Vendor Specific Subclass | |
| bInterfaceProtocol 255 Vendor Specific Protocol | |
| iInterface 0 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x81 EP 1 IN | |
| bmAttributes 3 | |
| Transfer Type Interrupt | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0000 1x 0 bytes | |
| bInterval 5 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x82 EP 2 IN | |
| bmAttributes 1 | |
| Transfer Type Isochronous | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0000 1x 0 bytes | |
| bInterval 1 | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 1 | |
| bNumEndpoints 2 | |
| bInterfaceClass 255 Vendor Specific Class | |
| bInterfaceSubClass 255 Vendor Specific Subclass | |
| bInterfaceProtocol 255 Vendor Specific Protocol | |
| iInterface 0 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x81 EP 1 IN | |
| bmAttributes 3 | |
| Transfer Type Interrupt | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0002 1x 2 bytes | |
| bInterval 5 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x82 EP 2 IN | |
| bmAttributes 1 | |
| Transfer Type Isochronous | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0300 1x 768 bytes | |
| bInterval 1 | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 2 | |
| bNumEndpoints 2 | |
| bInterfaceClass 255 Vendor Specific Class | |
| bInterfaceSubClass 255 Vendor Specific Subclass | |
| bInterfaceProtocol 255 Vendor Specific Protocol | |
| iInterface 0 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x81 EP 1 IN | |
| bmAttributes 3 | |
| Transfer Type Interrupt | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0002 1x 2 bytes | |
| bInterval 5 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x82 EP 2 IN | |
| bmAttributes 1 | |
| Transfer Type Isochronous | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x03fc 1x 1020 bytes | |
| bInterval 1 | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 3 | |
| bNumEndpoints 2 | |
| bInterfaceClass 255 Vendor Specific Class | |
| bInterfaceSubClass 255 Vendor Specific Subclass | |
| bInterfaceProtocol 255 Vendor Specific Protocol | |
| iInterface 0 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x81 EP 1 IN | |
| bmAttributes 3 | |
| Transfer Type Interrupt | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0002 1x 2 bytes | |
| bInterval 5 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x82 EP 2 IN | |
| bmAttributes 1 | |
| Transfer Type Isochronous | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0400 1x 1024 bytes | |
| bInterval 1 | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 4 | |
| bNumEndpoints 2 | |
| bInterfaceClass 255 Vendor Specific Class | |
| bInterfaceSubClass 255 Vendor Specific Subclass | |
| bInterfaceProtocol 255 Vendor Specific Protocol | |
| iInterface 0 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x81 EP 1 IN | |
| bmAttributes 3 | |
| Transfer Type Interrupt | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0002 1x 2 bytes | |
| bInterval 5 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x82 EP 2 IN | |
| bmAttributes 1 | |
| Transfer Type Isochronous | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0c00 2x 1024 bytes | |
| bInterval 1 | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 5 | |
| bNumEndpoints 2 | |
| bInterfaceClass 255 Vendor Specific Class | |
| bInterfaceSubClass 255 Vendor Specific Subclass | |
| bInterfaceProtocol 255 Vendor Specific Protocol | |
| iInterface 0 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x81 EP 1 IN | |
| bmAttributes 3 | |
| Transfer Type Interrupt | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0002 1x 2 bytes | |
| bInterval 5 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x82 EP 2 IN | |
| bmAttributes 1 | |
| Transfer Type Isochronous | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x1400 3x 1024 bytes | |
| bInterval 1 | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 1 | |
| bAlternateSetting 0 | |
| bNumEndpoints 0 | |
| bInterfaceClass 1 Audio | |
| bInterfaceSubClass 1 Control Device | |
| bInterfaceProtocol 0 | |
| iInterface 11 | |
| AudioControl Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 36 | |
| bDescriptorSubtype 1 (HEADER) | |
| bcdADC 1.00 | |
| wTotalLength 38 | |
| bInCollection 1 | |
| baInterfaceNr( 0) 2 | |
| AudioControl Interface Descriptor: | |
| bLength 12 | |
| bDescriptorType 36 | |
| bDescriptorSubtype 2 (INPUT_TERMINAL) | |
| bTerminalID 1 | |
| wTerminalType 0x0201 Microphone | |
| bAssocTerminal 0 | |
| bNrChannels 1 | |
| wChannelConfig 0x0000 | |
| iChannelNames 0 | |
| iTerminal 0 | |
| AudioControl Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 36 | |
| bDescriptorSubtype 3 (OUTPUT_TERMINAL) | |
| bTerminalID 2 | |
| wTerminalType 0x0101 USB Streaming | |
| bAssocTerminal 0 | |
| bSourceID 3 | |
| iTerminal 0 | |
| AudioControl Interface Descriptor: | |
| bLength 8 | |
| bDescriptorType 36 | |
| bDescriptorSubtype 6 (FEATURE_UNIT) | |
| bUnitID 3 | |
| bSourceID 1 | |
| bControlSize 1 | |
| bmaControls( 0) 0x01 | |
| Mute Control | |
| iFeature 0 | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 2 | |
| bAlternateSetting 0 | |
| bNumEndpoints 1 | |
| bInterfaceClass 1 Audio | |
| bInterfaceSubClass 2 Streaming | |
| bInterfaceProtocol 0 | |
| iInterface 11 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x84 EP 4 IN | |
| bmAttributes 5 | |
| Transfer Type Isochronous | |
| Synch Type Asynchronous | |
| Usage Type Data | |
| wMaxPacketSize 0x0000 1x 0 bytes | |
| bInterval 1 | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 2 | |
| bAlternateSetting 1 | |
| bNumEndpoints 1 | |
| bInterfaceClass 1 Audio | |
| bInterfaceSubClass 2 Streaming | |
| bInterfaceProtocol 0 | |
| iInterface 11 | |
| AudioStreaming Interface Descriptor: | |
| bLength 7 | |
| bDescriptorType 36 | |
| bDescriptorSubtype 1 (AS_GENERAL) | |
| bTerminalLink 2 | |
| bDelay 1 frames | |
| wFormatTag 2 PCM8 | |
| AudioStreaming Interface Descriptor: | |
| bLength 11 | |
| bDescriptorType 36 | |
| bDescriptorSubtype 2 (FORMAT_TYPE) | |
| bFormatType 1 (FORMAT_TYPE_I) | |
| bNrChannels 1 | |
| bSubframeSize 1 | |
| bBitResolution 8 | |
| bSamFreqType 1 Discrete | |
| tSamFreq[ 0] 8000 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x84 EP 4 IN | |
| bmAttributes 5 | |
| Transfer Type Isochronous | |
| Synch Type Asynchronous | |
| Usage Type Data | |
| wMaxPacketSize 0x0009 1x 9 bytes | |
| bInterval 4 | |
| AudioControl Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 37 | |
| bDescriptorSubtype 1 (EP_GENERAL) | |
| bmAttributes 0x00 | |
| bLockDelayUnits 0 Undefined | |
| wLockDelay 0 Undefined | |
| pi@raspberrypi:~ $ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pi@raspberrypi:~ $ mplayer tv:// -tv driver=v4l2:device=/dev/video0:norm=NTSC | |
| MPlayer2 2.0-728-g2c378c7-4+b1 (C) 2000-2012 MPlayer Team | |
| Cannot open file '/home/pi/.mplayer/input.conf': No such file or directory | |
| Failed to open /home/pi/.mplayer/input.conf. | |
| Cannot open file '/etc/mplayer/input.conf': No such file or directory | |
| Failed to open /etc/mplayer/input.conf. | |
| Playing tv://. | |
| Detected file format: TV | |
| Selected driver: v4l2 | |
| name: Video 4 Linux 2 input | |
| author: Martin Olschewski <olschewski@zpr.uni-koeln.de> | |
| comment: first try, more to come ;-) | |
| Selected device: stk1160 | |
| Capabilities: video capture read/write streaming | |
| supported norms: 0 = NTSC; 1 = NTSC-M; 2 = NTSC-M-JP; 3 = NTSC-M-KR; 4 = NTSC-443; 5 = PAL; 6 = PAL-BG; 7 = PAL-H; 8 = PAL-I; 9 = PAL-DK; 10 = PAL-M; 11 = PAL-N; 12 = PAL-Nc; 13 = PAL-60; 14 = SECAM; 15 = SECAM-B; 16 = SECAM-G; 17 = SECAM-H; 18 = SECAM-DK; 19 = SECAM-L; 20 = SECAM-Lc; | |
| inputs: 0 = Composite0; 1 = Composite1; 2 = Composite2; 3 = Composite3; 4 = S-Video; | |
| Current input: 0 | |
| Current format: UYVY | |
| Selected input hasn't got a tuner! | |
| v4l2: ioctl set mute failed: Invalid argument | |
| Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory | |
| [vdpau] Error when calling vdp_device_create_x11: 1 | |
| [VO_XV] It seems there is no Xvideo support for your video card available. | |
| [VO_XV] Run 'xvinfo' to verify its Xv support and read | |
| [VO_XV] DOCS/HTML/en/video.html#xv! | |
| [VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers. | |
| [VO_XV] Try -vo x11. | |
| [ass] auto-open | |
| VIDEO: 640x480 29.970 fps 0.0 kbps ( 0.0 kB/s) | |
| Could not find matching colorspace - retrying with -vf scale... | |
| Opening video filter: [scale] | |
| [swscaler @ 0x75adb980]using unscaled uyvy422 -> yuv420p special converter | |
| VO: [x11] 640x480 => 640x480 Planar YV12 | |
| [swscaler @ 0x75adb980]No accelerated colorspace conversion found from yuv420p to rgb565le. | |
| Selected video codec: RAW UYVY [raw] | |
| Audio: no sound | |
| Starting playback... | |
| V: 0.0 6/ 6 ??% ??% ??,?% 0 0 | |
| Frame too small! (614088<614400) Wrong format? | |
| V: 0.0 11/ 11 ??% ??% ??,?% 0 0 | |
| Frame too small! (614168<614400) Wrong format? | |
| Frame too small! (613260<614400) Wrong format? | |
| Frame too small! (614046<614400) Wrong format? | |
| Frame too small! (613516<614400) Wrong format? | |
| V: 0.0 17/ 17 ??% ??% ??,?% 0 0 | |
| Frame too small! (613940<614400) Wrong format? | |
| V: 0.0 867/867 ??% ??% ??,?% 0 0 | |
| MPlayer interrupted by signal 2 in module: unknown | |
| V: 0.0 868/868 ??% ??% ??,?% 0 0 | |
| v4l2: ioctl set mute failed: Invalid argument | |
| v4l2: 870 frames successfully processed, 14 frames dropped. | |
| Exiting... (Quit) | |
| pi@raspberrypi:~ $ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment