Gnurou / v4l2r

Rust bindings for V4L2
MIT License
21 stars 10 forks source link

Use MemdFd instead of DmaHeap for DMABUF examples? #31

Closed Gnurou closed 1 month ago

Gnurou commented 3 months ago

MemFd does not require access to a special device file, and comes already bundled with nix, removing a dev-dependency.

Gnurou commented 1 month ago

Done by b10b780f1f795b24fa59bf9558aff4207b4e2fc7.