iai_kinect2 icon indicating copy to clipboard operation
iai_kinect2 copied to clipboard

compatible with opencv 4.2.0

Open SourceLancer opened this issue 5 years ago • 2 comments

Change the cv declarations to version 4.2.0.

SourceLancer avatar Mar 25 '21 13:03 SourceLancer

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

remmel avatar Dec 17 '21 00:12 remmel

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?

GiovanniBalestrieri avatar Jan 24 '22 16:01 GiovanniBalestrieri