Skip to content

Commit c2e91a3

Browse files
author
Linnea May
committed
comments
1 parent 235690c commit c2e91a3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Samples/WinMLSamplesGallery/WinMLSamplesGallery/SampleMetadata/SampleMetadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"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.",
9090
"Icon": "\uE155",
9191
"Tag": "StreamEffect",
92-
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/EncryptedModel/EncryptedModel.xaml",
93-
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/EncryptedModel/EncryptedModel.xaml.cs",
92+
"XAMLGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/StreamEffect/StreamEffect.xaml",
93+
"CSharpGithubLink": "https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/StreamEffect/StreamEffect.xaml.cs",
9494
"Docs": [],
9595
"IsRecentlyAdded": true
9696
}

Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/StreamEffect.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ namespace MainWindow
258258
delete g_engine;
259259
g_engine = nullptr;
260260
DestroyWindow(g_hwnd);
261-
//PostQuitMessage(0);
262261
}
263262

264263
void OnChooseDevice(HWND hwnd)

0 commit comments

Comments
 (0)