* header is compilable, needs comments, tests, and final review
* Updated Playback for custom tracks
* cleanup up interfaces to be consistent with k4a.h
* updated changelog.md
* green screen builds and runs in debug
* added opencv_example
* Removed MSVCStaticCrt.cmake, updated changelog.md
* changed CRT linking for libjpeg-turbo
* Cleaned up WITH_CRT_DLL directive in libjpeg-turbo
* fixed flush issues with streaming test and 1 off failures, all executable_ft tests dump logs, updated link in MD to point to Azure Kinect user voice
* Added k4a_image_get_system_timestamp_nsec and k4a_image_set_system_timestamp_nsec.
libuvc is now a forked repo with patches applied to Azure-Kinect branch.
Updated libuvc so it can report capture_time
* Addressing feedback from PR
* Addressing PR feedback
* Update include/k4ainternal/common.h
Co-Authored-By: Matt Schulte <schultetwin1@gmail.com>
* Fixing PR feedback
* Fixing Clang format error
* Removing __typeof__
* Renamed C++ get_timestamp API to align with what is comming in 1.2 so we don't have to manage a breaking change.
* updating changelog.md
* Addressing feedback
* Added support for Multiple Azure Kinect devices on a single PC. Functional tests have been added, but are disabled until support is added in the lab.
* fixed linux build break
* address PR feedback