We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0161a8 commit 25b11aeCopy full SHA for 25b11ae
1 file changed
plugin_KinectOne/KinectOne.cs
@@ -22,6 +22,9 @@ namespace plugin_KinectOne;
22
[ExportMetadata("Publisher", "K2VR Team")]
23
[ExportMetadata("Version", "1.0.0.0")]
24
[ExportMetadata("Website", "https://github.com/KinectToVR/plugin_KinectOne")]
25
+[ExportMetadata("DependencyLink", "https://docs.k2vr.tech/{0}/one/setup/")]
26
+[ExportMetadata("DependencySource", "https://download.microsoft.com/download/A/7/4/A74239EB-22C2-45A1-996C-2F8E564B28ED/KinectRuntime-v2.0_1409-Setup.exe")]
27
+[ExportMetadata("DependencySourceSilent", null)]
28
public class KinectOne : ITrackingDevice
29
{
30
private static readonly SortedDictionary<TrackedJointType, JointType> KinectJointTypeDictionary = new()
0 commit comments