-
I'm using an Avermedia ExtremeCap UVC - BU110 device to input video into the Jetson. When using the NVIDIA Jetson Linux image I simply plug the device into a USB 3.0 slot on my Jetson Mate and it will show up as a new video device in This isn't happening with my meta-tegra image. When I plug in the Avermedia device no new devices show up in I grepped the
None of those appear to be what I'm looking for. Any idea if there's a layer I can add to get this driver in my meta-tegra image? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just add |
Beta Was this translation helpful? Give feedback.
Just add
kernel-module-uvcvideo
to your image, orkernel-modules
if you want all of the kernel modules (like NVIDIA's Ubuntu does). Typically for an embedded systems build you don't want that, though.