Hello,
I am writing an application using WMF at Windows 7 to capture video with web camera Microsoft LifeCam Studio. The LifeCam camera is capable of capturing video using TrueColor technology that also works if I use OpenCV VideoCapture class.
Yet when I use WMF, the resulting video is not in TrueColor. Neither it is in TrueColor mode when I use MFCaptureD3D Sample provided with Windows SDK. However, when I run MFCaptureD3D Sample at Windows 8 machine, the TrueColor technology works.
It seems that TrueColor feature is not supported by WMF at Windows 7.
Is there any way to capture video using TrueColor technology with MF at Windows 7? Or this feature is only supported starting with Windows 8? Is it also supported at Windows 10?
Thank you in advance,
Oksana