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

  • SEARCH
  • Home
  • 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 32933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T13:50:29+00:00 2026-05-10T13:50:29+00:00

In my C/C++ program, I’m using OpenCV to capture images from my webcam. The

  • 0

In my C/C++ program, I’m using OpenCV to capture images from my webcam. The camera (Logitech QuickCam IM) can capture at resolutions 320×240, 640×480 and 1280×960. But, for some strange reason, OpenCV gives me images of resolution 320×240 only. Calls to change the resolution using cvSetCaptureProperty() with other resolution values just don’t work. How do I capture images with the other resolutions possible with my webcam?

  • 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. 2026-05-10T13:50:29+00:00Added an answer on May 10, 2026 at 1:50 pm

    There doesn’t seem to be a solution. The resolution can be increased to 640×480 using this hack shared by lifebelt77. Here are the details reproduced:

    Add to highgui.h:

    #define CV_CAP_PROP_DIALOG_DISPLAY 8 #define CV_CAP_PROP_DIALOG_FORMAT 9 #define CV_CAP_PROP_DIALOG_SOURCE 10 #define CV_CAP_PROP_DIALOG_COMPRESSION 11 #define CV_CAP_PROP_FRAME_WIDTH_HEIGHT 12 

    Add the function icvSetPropertyCAM_VFW to cvcap.cpp:

    static int icvSetPropertyCAM_VFW( CvCaptureCAM_VFW* capture, int property_id, double value ) {     int result = -1;     CAPSTATUS capstat;     CAPTUREPARMS capparam;     BITMAPINFO btmp;      switch( property_id )     {         case CV_CAP_PROP_DIALOG_DISPLAY:             result = capDlgVideoDisplay(capture->capWnd);             //SendMessage(capture->capWnd,WM_CAP_DLG_VIDEODISPLAY,0,0);             break;          case CV_CAP_PROP_DIALOG_FORMAT:             result = capDlgVideoFormat(capture->capWnd);             //SendMessage(capture->capWnd,WM_CAP_DLG_VIDEOFORMAT,0,0);             break;          case CV_CAP_PROP_DIALOG_SOURCE:             result = capDlgVideoSource(capture->capWnd);             //SendMessage(capture->capWnd,WM_CAP_DLG_VIDEOSOURCE,0,0);             break;          case CV_CAP_PROP_DIALOG_COMPRESSION:             result = capDlgVideoCompression(capture->capWnd);             break;          case CV_CAP_PROP_FRAME_WIDTH_HEIGHT:             capGetVideoFormat(capture->capWnd, &btmp, sizeof(BITMAPINFO));             btmp.bmiHeader.biWidth = floor(value/1000);             btmp.bmiHeader.biHeight = value-floor(value/1000)*1000;             btmp.bmiHeader.biSizeImage = btmp.bmiHeader.biHeight *             btmp.bmiHeader.biWidth * btmp.bmiHeader.biPlanes *             btmp.bmiHeader.biBitCount / 8;             capSetVideoFormat(capture->capWnd, &btmp, sizeof(BITMAPINFO));             break;          default:             break;     }      return result; } 

    and edit captureCAM_VFW_vtable as following:

    static CvCaptureVTable captureCAM_VFW_vtable = { 6, (CvCaptureCloseFunc)icvCloseCAM_VFW, (CvCaptureGrabFrameFunc)icvGrabFrameCAM_VFW, (CvCaptureRetrieveFrameFunc)icvRetrieveFrameCAM_VFW, (CvCaptureGetPropertyFunc)icvGetPropertyCAM_VFW, (CvCaptureSetPropertyFunc)icvSetPropertyCAM_VFW, // was NULL (CvCaptureGetDescriptionFunc)0 }; 

    Now rebuilt highgui.dll.

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

Sidebar

Ask A Question

Stats

  • Questions 65k
  • Answers 65k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You can drag the image (like your favorite unicorn picture,… May 11, 2026 at 11:05 am
  • added an answer Java 1.6 introduced the possibility to create standard SOAP webservices… May 11, 2026 at 11:05 am
  • added an answer I add a log message with the method name and… May 11, 2026 at 11:05 am

Related Questions

In my C/C++ program, I'm using OpenCV to capture images from my webcam. The
I launch my program in C#, which then calls some unmanaged C++. When I
I want to highlight C/C++/Java/C# etc source codes in my website. How can I
Currently my workflow with Emacs when I am coding in C or C++ involves
I am making my switch from coding in C++ to C#. I need to
In my C# application I am using the Microsoft Jet OLEDB data provider to
In my C# program, I have a thread that represents a running test, which
In my c# app, I've got a list that I navigate with an Enumerator.
In my C# source code I may have declared integers as: int i =
In my C# winforms app, I have a datagrid. When the datagrid reloads, I

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.