-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
Archlinux ships OpenCV 4 and osvr-core does not build with it.
There are several #ifdefs in the code checking explicitly for OpenCV 2 or 3 and producing an #error for OpenCV 4 but just removing those does not help, apparently the API changed.
osvr-core should either
- build an appropriate opencv version with osvr-core
allow the selection of an opencv installation in a non default path (/opt/...) in cmakeIt already does that withOpenCV_DIR- update to the opencv 4 API
Metadata
Metadata
Assignees
Labels
No labels