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.
Here are the error logs from dmesg after typing the "sudo modprobe v4l2loopback" command
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.
Here are the error logs from dmesg after typing the "sudo modprobe v4l2loopback" command
Thanks