Skip to content

Commit

Permalink
v2.2.16 Visual studio project outputting kinect DLLs in NoKinect buil…
Browse files Browse the repository at this point in the history
…ds, just to keep PopEngine build happy
  • Loading branch information
SoylentGraham committed Mar 10, 2021
1 parent 39d697e commit fca7b27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PopCameraDevice.Package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion Source/PopCameraDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion Source/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2.2.15
CURRENT_PROJECT_VERSION = 2.2.16

0 comments on commit fca7b27

Please sign in to comment.