Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 500 Bytes

File metadata and controls

27 lines (21 loc) · 500 Bytes

V4L2 Proxy Decoder Driver

Build

For the out-of-tree module build the kernel headers have to be installed. Then build the driver by running

#> make

in this directory.

Usage

To load the module from the build directory do

#> sudo modprobe videobuf2-vmalloc
#> sudo modprobe v43l2-mem2mem
#> sudo insmod musc

Or deploy first and auto-resolve module dependencies

#> sudo make install
#> sudo modprobe musc

A new device file /dev/musc should be available now.