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

前端 未结 5 2119
小鲜肉
小鲜肉 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:52

    v4l support has been dropped in recent kernel versions (including the one shipped with Ubuntu 11.04).

    EDIT: Your question is connected to a recent message that was sent to the OpenCV users group, which has instructions to compile OpenCV 2.2 in Ubuntu 11.04. Your approach is not ideal.

提交回复
热议问题