# HTEffect_Sharp_PC_Demo **Repository Path**: htai-open/hteffect_sharp_pc_demo ## Basic Information - **Project Name**: HTEffect_Sharp_PC_Demo - **Description**: HTEffectSDK c# 示例Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-11 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## HTEffectSDK c# Demo ### How to run #### 1. Copy HTEffectBundle to the Demo directory, and set the path to the variable - `bundlePath` in the `Program.cs`; #### 2. Set the license string to the variable - `licenseStr` in the `Program.cs`; #### 3. Copy `HTEffect.dll`, `HTEffect.lib`, `TNN.dll`, `ncnn.dll`, `onnxruntime.dll`, `opencv_world400.dll`, `opencv_ffmpeg400_64.dll` from `HTEffectSDK` to directory - `bin\Release`; #### 4. Install Nuget Packages: * OpenCvSharp4 * OpenCvSharp4.runtime.win * OpenGL.Net