openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

[macOS] opencvPeopleDetection example: 'opencv2/videoio.hpp' file not found #8168

Open artificiel opened 2 weeks ago

artificiel commented 2 weeks ago
image
danoli3 commented 2 weeks ago

Replied same concept just add the xCFramework to project for the moment. Project Generator issue

https://github.com/openframeworks/openFrameworks/issues/8170#issuecomment-2451470474

dimitre commented 2 weeks ago

I don't think the videoio.hpp is present today @danoli3 in cmake I can see a define HAVE_VIDEOIO, is this option being used on apothecary? https://github.com/opencv/opencv/blob/4.x/CMakeLists.txt