-
Updated
Oct 30, 2020 - Python
kinect
Here are 459 public repositories matching this topic...
-
Updated
May 29, 2020 - C++
-
Updated
Oct 20, 2020 - C++
-
Updated
Oct 28, 2020 - C++
-
Updated
Nov 8, 2020 - C#
-
Updated
Dec 5, 2019 - C++
-
Updated
Jan 23, 2018 - Cuda
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Oct 30, 2020 - Python
-
Updated
Mar 17, 2020 - C#
-
Updated
Oct 30, 2020 - C++
-
Updated
Nov 29, 2020 - C++
-
Updated
Nov 15, 2019 - Processing
-
Updated
Jul 21, 2020 - C#
-
Updated
Nov 30, 2020 - C++
-
Updated
Jan 23, 2018 - C
-
Updated
Apr 18, 2020 - C#
-
Updated
Apr 5, 2020 - Python
-
Updated
Nov 17, 2020 - C++
-
Updated
Dec 1, 2019 - C++
Improve this page
Add a description, image, and links to the kinect topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kinect topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Currently, if the SDK is run on a CPU that does not support SSE 4.1 instructions, the code will fault due to an unrecognized instructions.
Describe the solution you'd like
A cross platform library to run time detect SSE 4.1 support on Linux and Windows. This detection will gate running of the SDK.