We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47bea69 + aef1fc0 commit b68aa12Copy full SHA for b68aa12
modules/videoio/cmake/detect_obsensor.cmake
@@ -18,8 +18,8 @@ if(NOT HAVE_OBSENSOR)
18
endif()
19
20
elseif(UNIX)
21
- check_include_file(linux/videodev2.h HAVE_CAMV4L2)
22
- if(HAVE_CAMV4L2)
+ check_include_file(linux/videodev2.h HAVE_CAMV4L2_OBSENSOR)
+ if(HAVE_CAMV4L2_OBSENSOR)
23
set(HAVE_OBSENSOR TRUE)
24
set(HAVE_OBSENSOR_V4L2 TRUE)
25
ocv_add_external_target(obsensor "" "" "HAVE_OBSENSOR;HAVE_OBSENSOR_V4L2")
0 commit comments