iai_kinect2
iai_kinect2 copied to clipboard
compatible with opencv 4.2.0
Change the cv declarations to version 4.2.0.
Also there are missing Macro see last file in https://github.com/cbuchxrn/iai_kinect2_opencv4/commit/7123381392f2524f1f85713bb92ab1f2e768190f
#elif CV_MAJOR_VERSION == 3 -> #elif CV_MAJOR_VERSION == 3 || CV_MAJOR_VERSION == 4 twice
I would like to test paul-shuvo's solution. I tried checking out the commit 3c8e92e with no luck. How do I switch to this version of the code?