alliedvision / linux_nvidia_jetson

Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems.
105 stars 41 forks source link

v4l2loopback Support for JetPack 4.6.1 (L4T 32.7.1) #54

Open mdeniz0 opened 2 years ago

mdeniz0 commented 2 years ago

Hello,

We have a problem on applying the v4l2loopback driver on our Jetson Xavier NX.

When we install the stock JetPack-4.6.1 & tried to apply the v4l2loopback driver, it installed with the following commands successfully: $ git clone https://github.com/umlaeute/v4l2loopback.git $ cd v4l2loopback $ make $ sudo make install $ sudo depmod -a $ sudo modprobe v4l2loopback

On the other hand, after we installed with the precompiled binaries, we've not succeed to install it.

Screenshot from 2022-09-12 13-30-43

Here are the error logs from dmesg after typing the "sudo modprobe v4l2loopback" command

Screenshot from 2022-09-12 13-30-57

Thanks