File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ public async Task ChangeLiveStream()
391391 var modelPath = Path . GetFullPath ( $ "./Assets/{ _appModel . ModelSource } .onnx") ;
392392 videoEffectDefinition = new VideoEffectDefinition ( _videoEffectID , new PropertySet ( ) {
393393 { "ModelName" , modelPath } ,
394- { "UseGPU " , UseGpu } ,
394+ { "UseGpu " , UseGpu } ,
395395 { "Notifier" , m_notifier } } ) ;
396396 videoEffect = await _mediaCapture . AddVideoEffectAsync ( videoEffectDefinition , MediaStreamType . VideoPreview ) ;
397397
Original file line number Diff line number Diff line change 237237 <Content Include =" Assets\udnie.onnx" />
238238 <PRIResource Include =" Strings\en-US\Resources.resw" />
239239 </ItemGroup >
240+ <ItemGroup >
241+ <None Include =" StyleTransfer_TemporaryKey.pfx" />
242+ </ItemGroup >
240243 <ItemGroup >
241244 <ProjectReference Include =" VideoEffect\StyleTransferEffectCpp\StyleTransferEffectCpp.vcxproj" >
242245 <Project >{05dffb01-62c4-458c-be13-7a97e8583e43}</Project >
243246 <Name >StyleTransferEffectCpp</Name >
244247 </ProjectReference >
245248 </ItemGroup >
246- <ItemGroup >
247- <None Include =" StyleTransfer_TemporaryKey.pfx" />
248- </ItemGroup >
249249 <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
250250 <VisualStudioVersion >14.0</VisualStudioVersion >
251251 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments