Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hey thanks for the help I managed to get it working with your advice. I tried both back end APIs. I was able to get a video capture through both of them but they both were still defaulted to 640 x 480 resolution. I then manually tried setting the resolution again through

cap.set(CV_CAP_PROP_FRAME_WIDTH,1280);

cap.set(CV_CAP_PROP_FRAME_HEIGHT,720);

With MSMF the results were the same but with dshow i was able to get the proper video feed.

Thanks for your help.