vcpkg icon indicating copy to clipboard operation
vcpkg copied to clipboard

[opencv] Can't not find "opencv/rgbd.hpp"

Open liangzhenghao2000 opened this issue 2 years ago • 1 comments

Describe the bug I successfully installed opencv and opencv_contrib using vcpkg, but in visualstudio it shows that some of the header files can't be found image

Can't find rgbd.hpp in include folder. image

This is opencv_contrib source code downloaded from vcpkg, It contains rgbd. image

This is install-list. image

Environment windows11 visualstudio19

To Reproduce Steps to reproduce the behavior:

  1. ./vcpkg install opencv opencv[contrib] opencv[non_free] opencv[eigen] opencv[tbb] opencv[cuda] opencv[vtk] opencv[world] --recurse
  2. ./vcpkg integrate install

liangzhenghao2000 avatar Jan 05 '24 10:01 liangzhenghao2000

rgbd module is forcefully disabled in the port, that's the reason. It requires being added as a feature

#38928

cenit avatar Jun 26 '24 14:06 cenit