Search code examples
c++windowsvideo-streamingwebcamframe-rate

Opensource Webcam Library


Is there any opensource library which can be used to decrease frame rate or resolution of webcam on windows platform? I need to limit bandwidth utilized by high resolution webcam connected to USB port.

Thanks.


Solution

  • I think OpenCV fullfills your requirements.

    See the thread here about decreasing the resolution and read the OpenCV documentation.