linux/videodev.h : no such file or directory - OpenCV on ubuntu 11.04

前端 未结 5 2121
小鲜肉
小鲜肉 2020-12-23 11:26

I tried to install OpenCV2.2 on Ubuntu 11.04. But OpenCV compilation fails stating an error related to linux/videodev.h file. File available in /user/includes/linux is name

5条回答
  •  轮回少年
    2020-12-23 11:47

    for CMake remove/disable with_libv4l with_v4l variables if you do not need this lib.

提交回复
热议问题