OpenCV问答群,QQ群号:187436093
-
Updated
Aug 15, 2020 - Python
Add a description, image, and links to the kinect topic page so that developers can more easily learn about it.
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.