You can find samples in the SDK, like MFCaptureD3D Sample
(or samples with DirectShow like PlayCap)
Current C/C++ camera image capture API?
the_real_boiler
21
Reputation points
Hi all,
I need to caputure still images from two connect USB cameras and I cannot find the current API to do this. I need pure C/C++ and some examples or documentation. Currently I'm looking into mfmediacapture but I'm not sure if this is the correct way and how to use this API...
Any help is appreciated.
Thanks a lot.
Mario
Windows for business Windows Client for IT Pros Devices and deployment Other
1,853 questions
Developer technologies C++
3,972 questions
Accepted answer
-
Castorix31 90,681 Reputation points
2022-08-08T13:32:20.187+00:00
2 additional answers
Sort by: Most helpful
-
the_real_boiler 21 Reputation points
2022-08-12T15:35:51.283+00:00 Thanks a lot, the MFCaptureD3D Sample looks promising.
-
the_real_boiler 21 Reputation points
2022-08-19T12:52:13.917+00:00 My camera has 1280x720 pixels but I can get only 640x480 pixels, how can I increase the resolution?