我正在将Bumblebee2相机与Nvidia Tegra TK1板连接起来。我已经安装了firewire1394驱动程序和coriander 2.0.2以获得相机输出,它工作正常。但我无法加载Linux模块的视频。我也使用synaptic
安装了以下两个软件包v4l2loopback-utils
qv4l2
我在Nvida Tegra TK1主板上有以下版本的Linux内核。
uname -a
Linux tegra-ubuntu 3.10.40-grinch-21.3.4 #1 SMP PREEMPT Fri May 1 10:41:09 UTC 2015 armv7l armv7l armv7l GNU/Linux
我从here
下载了稳定版的Video4Linux环回设备我按照自述文件中提到的步骤操作,当我尝试制作它时,我收到以下错误。
make -C /lib/modules/3.10.40-grinch-21.3.4/build SUBDIRS=/home/ubuntu/vloopback modules
make: *** /lib/modules/3.10.40-grinch-21.3.4/build: No such file or directory. Stop.
make: *** [all] Error 2
如果有人可以帮我安装Linux环回设备的视频,我将不胜感激。
答案 0 :(得分:0)
当前运行的内核Linux tegra-ubuntu 3.10.40-grinch-21.3.4没有v4l2loopback支持。我使用模块助手来编译v4l2loopback模块。
sudo aptitude install v4l2loopback-source module-assistant
sudo module-assistant auto-install v4l2loopback-source
不要忘记提及当前正在运行的内核头文件。然后从here
构建并制作v4l2loopback