Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUCCESS]Logitech QuickCam Pro 9000 #29

Open
nopnop2002 opened this issue Jan 22, 2025 · 0 comments
Open

[SUCCESS]Logitech QuickCam Pro 9000 #29

nopnop2002 opened this issue Jan 22, 2025 · 0 comments

Comments

@nopnop2002
Copy link
Owner

nopnop2002 commented Jan 22, 2025

Image

Can be used with ESP-IDF.
You can stream with the following settings.
You need use manual settings.

  • 640x480 10FPS MJPEG.

Image

Divice ID

$ lsusb
Bus 001 Device 061: ID 046d:0990 Logitech, Inc. QuickCam Pro 9000

Device descriptor read by ESP-IDF

DEVICE CONFIGURATION (046d:0990/5) ---
Status: idle
VideoControl:
        bcdUVC: 0x0100
VideoStreaming(1):
        bEndpointAddress: 129
        Formats:
        MJPEGFormat(1)
                  bits per pixel: 0
                  GUID: 4d4a5047000000000000000000000000 (MJPG)
                  default frame: 3
                  aspect ratio: 0x0
                  interlace flags: 00
                  copy protect: 00
                        FrameDescriptor(1)
                          capabilities: 00
                          size: 160x120
                          bit rate: 1536000-9216000
                          max frame size: 38400
                          default interval: 1/30
                          interval[0]: 1/30
                          interval[1]: 1/25
                          interval[2]: 1/20
                          interval[3]: 1/15
                          interval[4]: 1/10
                          interval[5]: 1/5
                        FrameDescriptor(2)
                          capabilities: 00
                          size: 176x144
                          bit rate: 2027520-12165120
                          max frame size: 50688
                          default interval: 1/30
                          interval[0]: 1/30
                          interval[1]: 1/25
                          interval[2]: 1/20
                          interval[3]: 1/15
                          interval[4]: 1/10
                          interval[5]: 1/5
                        FrameDescriptor(3)
                          capabilities: 00
                          size: 320x240
                          bit rate: 6144000-36864000
                          max frame size: 153600
                          default interval: 1/15
                          interval[0]: 1/30
                          interval[1]: 1/25
                          interval[2]: 1/20
                          interval[3]: 1/15
                          interval[4]: 1/10
                          interval[5]: 1/5
                        FrameDescriptor(4)
                          capabilities: 00
                          size: 352x288
                          bit rate: 8110080-48660480
                          max frame size: 202752
                          default interval: 1/15
                          interval[0]: 1/30
                          interval[1]: 1/25
                          interval[2]: 1/20
                          interval[3]: 1/15
                          interval[4]: 1/10
                          interval[5]: 1/5
                        FrameDescriptor(5)
                          capabilities: 00
                          size: 640x480
                          bit rate: 24576000-147456000
                          max frame size: 614400
                          default interval: 1/15
                          interval[0]: 1/30
                          interval[1]: 1/25
                          interval[2]: 1/20
                          interval[3]: 1/15
                          interval[4]: 1/10
                          interval[5]: 1/5
                        FrameDescriptor(6)
                          capabilities: 00
                          size: 800x600
                          bit rate: 38400000-115200000
                          max frame size: 960000
                          default interval: 1/15
                          interval[0]: 1/15
                          interval[1]: 1/10
                          interval[2]: 1/5
                        StillFrameDescriptor
                          bEndPointAddress: 00
                          wWidth(1) = 160
                          wHeight(1) = 120
                          wWidth(2) = 176
                          wHeight(2) = 144
                          wWidth(3) = 320
                          wHeight(3) = 240
                          wWidth(4) = 352
                          wHeight(4) = 288
                          wWidth(5) = 640
                          wHeight(5) = 480
                          wWidth(6) = 800
                          wHeight(6) = 600
        UncompressedFormat(2)
                  bits per pixel: 16
                  GUID: 5955593200001000800000aa00389b71 (YUY2)
                  default frame: 1
                  aspect ratio: 0x0
                  interlace flags: 00
                  copy protect: 00
                        FrameDescriptor(1)
                          capabilities: 00
                          size: 160x120
                          bit rate: 1536000-4608000
                          max frame size: 38400
                          default interval: 1/15
                          interval[0]: 1/15
                          interval[1]: 1/10
                          interval[2]: 1/5
                        FrameDescriptor(2)
                          capabilities: 00
                          size: 176x144
                          bit rate: 2027520-6082560
                          max frame size: 50688
                          default interval: 1/15
                          interval[0]: 1/15
                          interval[1]: 1/10
                          interval[2]: 1/5
                        StillFrameDescriptor
                          bEndPointAddress: 00
                          wWidth(1) = 160
                          wHeight(1) = 120
                          wWidth(2) = 176
                          wHeight(2) = 144
END DEVICE CONFIGURATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant