comments
This commit is contained in:
Родитель
235690cc78
Коммит
c2e91a3c3d
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче