This commit is contained in:
Linnea May 2022-08-09 11:47:22 -07:00
Родитель 235690cc78
Коммит c2e91a3c3d
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -89,8 +89,8 @@
"Description": "The sample shows how to use Windows ML to apply a model to a camera stream in real time. It launches a separate HWND to make use of Media Foundation APIs.",
"Icon": "\uE155",
"Tag": "StreamEffect",
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/EncryptedModel/EncryptedModel.xaml",
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/EncryptedModel/EncryptedModel.xaml.cs",
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/StreamEffect/StreamEffect.xaml",
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/StreamEffect/StreamEffect.xaml.cs",
"Docs": [],
"IsRecentlyAdded": true
}

Просмотреть файл

@ -258,7 +258,6 @@ namespace MainWindow
delete g_engine;
g_engine = nullptr;
DestroyWindow(g_hwnd);
//PostQuitMessage(0);
}
void OnChooseDevice(HWND hwnd)