[Tools] Add DShow webcam report tool (#10502)

This commit is contained in:
Andrey Nekrasov
2021-03-30 18:27:42 +03:00
committed by GitHub
parent 49fb838175
commit ffda6a51bb
10 changed files with 414 additions and 7 deletions

View File

@@ -7,4 +7,5 @@ set SolutionDir=%cd%
popd
SET IsPipeline=1
call msbuild ../tools/BugReportTool/BugReportTool.sln /p:Configuration=Release /p:Platform=x64 /p:CIBuild=true || exit /b 1
call msbuild ../tools/WebcamReportTool/WebcamReportTool.sln /p:Configuration=Release /p:Platform=x64 /p:CIBuild=true || exit /b 1