Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8850449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:54:22+00:00 2026-06-14T12:54:22+00:00

I have a logitech c920 webcam that presents an encoded h264 capture pin (subtype:

  • 0

I have a logitech c920 webcam that presents an encoded h264 capture pin (subtype: MEDIASUBTYPE_H264).

The h264 pin supports the following resolutions:

FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 640x480 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 160x90 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 160x120 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 176x144 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 320x180 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 320x240 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 352x288 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 432x240 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 640x360 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 800x448 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 800x600 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 864x480 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 960x720 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 1024x576 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 1280x720 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 1600x896 @ 30 fps  
FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 1920x1080 @ 30 fps  

In my testing it always uses 3 Mbits regardless of the selected resolution. It is a bit too much, especially for the lower resolutions.

Any idea on how to programatically select the desired bitrate using directshow? Or maybe other API ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T12:54:24+00:00Added an answer on June 14, 2026 at 12:54 pm

    From the Logitech support answer it follows that the encoding is 80/20 HW/SW and the bitrate (and GOP) cannot be controlled. However their bundled software obviously does that. Other than that, after some limit, there is a decrease in the bit rate, though it occurs at really low resolution/fps combinations:

    Required bandwidth for size:  ( 1920 , 1080 )  @ 30  is 2.81771 Mbit 
    Required bandwidth for size:  ( 1920 , 1080 )  @ 25  is 2.81672 Mbit 
    Required bandwidth for size:  ( 1920 , 1080 )  @ 20  is 2.82701 Mbit 
    Required bandwidth for size:  ( 1920 , 1080 )  @ 15  is 2.83327 Mbit 
    Required bandwidth for size:  ( 1920 , 1080 )  @ 10  is 2.83594 Mbit 
    Required bandwidth for size:  ( 1920 , 1080 )  @ 5  is 2.8431 Mbit 
    Required bandwidth for size:  ( 1280 , 720 )  @ 30  is 2.82013 Mbit 
    Required bandwidth for size:  ( 1280 , 720 )  @ 25  is 2.82436 Mbit 
    Required bandwidth for size:  ( 1280 , 720 )  @ 20  is 2.83217 Mbit 
    Required bandwidth for size:  ( 1280 , 720 )  @ 15  is 2.83696 Mbit 
    Required bandwidth for size:  ( 1280 , 720 )  @ 10  is 2.83721 Mbit 
    Required bandwidth for size:  ( 1280 , 720 )  @ 5  is 2.45272 Mbit 
    Required bandwidth for size:  ( 864 , 480 )  @ 30  is 2.82089 Mbit 
    Required bandwidth for size:  ( 864 , 480 )  @ 25  is 2.82313 Mbit 
    Required bandwidth for size:  ( 864 , 480 )  @ 20  is 2.83131 Mbit 
    Required bandwidth for size:  ( 864 , 480 )  @ 15  is 2.83343 Mbit 
    Required bandwidth for size:  ( 864 , 480 )  @ 10  is 2.79526 Mbit 
    Required bandwidth for size:  ( 864 , 480 )  @ 5  is 1.15564 Mbit 
    Required bandwidth for size:  ( 320 , 180 )  @ 30  is 1.90123 Mbit 
    Required bandwidth for size:  ( 320 , 180 )  @ 25  is 1.89367 Mbit 
    Required bandwidth for size:  ( 320 , 180 )  @ 20  is 1.26006 Mbit 
    Required bandwidth for size:  ( 320 , 180 )  @ 15  is 0.957935 Mbit 
    Required bandwidth for size:  ( 320 , 180 )  @ 10  is 0.637158 Mbit 
    Required bandwidth for size:  ( 320 , 180 )  @ 5  is 0.328456 Mbit
    

    If you came up with the solution, please, share. Thanks!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a Logitech web cam that we want to get working with .NET.
I have a Logitech webcam (QuickCam Pro for Notebooks), and I'd like to take
I have Logitech M705 mouse with a scroll wheel that allows for horizontal scrolling.
I have been trying to use my logitech camera using: CvCapture* capture = cvCaptureFromCAM(1);
I am using Logitech pro9000 HD webcam. Which have 2 mp zeiss lence and
I have an application that uses the ViewFlipper and the built in animation for
Have a simple form that has a PictureBox in one location. I want to
I have a new mouse that has the ability to scroll right and left
Have a network location that shows paths in the 8.3 short format. I need
Have data that has this kind of structure. Will be in ascending order by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.