We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78047ed commit fe2b87aCopy full SHA for fe2b87a
1 file changed
windows/mf/Service/src/main.cpp
@@ -210,7 +210,7 @@ void updateCameras(void *, const std::vector<std::string> &)
210
IMFVCam *vcam = nullptr;
211
auto hr = mfCreateVirtualCamera(MFVCamType_SoftwareCameraSource,
212
//MFVCamLifetime_Session,
213
- MFMFVCamLifetime_System,
+ MFVCamLifetime_System,
214
//MFVCamAccess_CurrentUser,
215
MFVCamAccess_AllUsers,
216
descriptionWStr,
0 commit comments