HIGHGUI ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV
Posted timmymanu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HIGHGUI ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV相关的知识,希望对你有一定的参考价值。
解决办法:
export LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libv4l/v4l1compat.so
注意路径不一定是上面这个路径。
自己在/usr/lib下,find -name v4l1compat.so,来确定路径
以上是关于HIGHGUI ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV的主要内容,如果未能解决你的问题,请参考以下文章