Skip to content

Instantly share code, notes, and snippets.

@yamori813
Created February 27, 2022 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamori813/0df900a5779301b4c39eed86942702ee to your computer and use it in GitHub Desktop.
Save yamori813/0df900a5779301b4c39eed86942702ee to your computer and use it in GitHub Desktop.
UVC initialized
Device found
Device opened
DEVICE CONFIGURATION (0402:9665/[none]) ---
Status: idle
VideoControl:
bcdUVC: 0x0100
VideoStreaming(1):
bEndpointAddress: 129
Formats:
UncompressedFormat(1)
bits per pixel: 16
GUID: 5955593200001000800000aa00389b71 (YUY2)
default frame: 1
aspect ratio: 0x0
interlace flags: 00
copy protect: 00
FrameDescriptor(1)
capabilities: 00
size: 640x480
bit rate: 73728000-147456000
max frame size: 614400
default interval: 1/30
interval[0]: 1/30
interval[1]: 1/15
FrameDescriptor(2)
capabilities: 00
size: 320x240
bit rate: 18432000-36864000
max frame size: 153600
default interval: 1/30
interval[0]: 1/30
interval[1]: 1/15
FrameDescriptor(3)
capabilities: 00
size: 1280x800
bit rate: 122880000-122880000
max frame size: 2048000
default interval: 1/7
interval[0]: 1/7
FrameDescriptor(4)
capabilities: 00
size: 1280x1024
bit rate: 157286400-157286400
max frame size: 2621440
default interval: 1/7
interval[0]: 1/7
END DEVICE CONFIGURATION
First format: (YUY2) 640x480 30fps
bmHint: 0001
bFormatIndex: 1
bFrameIndex: 1
dwFrameInterval: 333333
wKeyFrameRate: 0
wPFrameRate: 0
wCompQuality: 0
wCompWindowSize: 0
wDelay: 0
dwMaxVideoFrameSize: 2621440
dwMaxPayloadTransferSize: 1024
bInterfaceNumber: 1
Streaming...
Enabling auto exposure ...
... uvc_set_ae_mode failed to enable auto exposure mode: No such device (-4)
Done streaming.
Device closed
UVC exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment