From fca7b273729a962ef9b762542f89747c41232e72 Mon Sep 17 00:00:00 2001 From: Graham Reeves Date: Wed, 10 Mar 2021 12:01:22 +0000 Subject: [PATCH] v2.2.16 Visual studio project outputting kinect DLLs in NoKinect builds, just to keep PopEngine build happy --- PopCameraDevice.Package/package.json | 2 +- Source/PopCameraDevice.cpp | 3 ++- Source/Version.xcconfig | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PopCameraDevice.Package/package.json b/PopCameraDevice.Package/package.json index c67d46b..7d4dfee 100644 --- a/PopCameraDevice.Package/package.json +++ b/PopCameraDevice.Package/package.json @@ -3,7 +3,7 @@ "publishConfig": { "registry": "https://npm.pkg.github.com" }, - "version": "2.2.15", + "version": "2.2.16", "description": "Pop Camera Device", "main": "index.js", "scripts": { diff --git a/Source/PopCameraDevice.cpp b/Source/PopCameraDevice.cpp index 207c342..4ef2bf9 100644 --- a/Source/PopCameraDevice.cpp +++ b/Source/PopCameraDevice.cpp @@ -17,7 +17,8 @@ namespace PopCameraDevice // Colour streams from Arkit now named RearColour/FrontColour/Colour // Arkit now skipping segmentation creation by default. Option to use smooth depth // 2.2.15 Arkit smoothed scene depthmap wasn't being turned on. Now works & has SceneDepthSmoothed stream name - const Soy::TVersion Version(2, 2, 15); + // 2.2.16 Visual studio project outputting kinect DLLs in NoKinect builds, just to keep PopEngine build happy + const Soy::TVersion Version(2, 2, 16); const int32_t NoFrame = -1; const int32_t Error = -2; } diff --git a/Source/Version.xcconfig b/Source/Version.xcconfig index 37d52a2..3defd0f 100644 --- a/Source/Version.xcconfig +++ b/Source/Version.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 2.2.15 +CURRENT_PROJECT_VERSION = 2.2.16