mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
321 stars 82 forks source link

[Documentation enhance] Webcam setup #155

Closed d-graz closed 3 months ago

d-graz commented 4 months ago

First of all many compliments to this well-done and well-maintained project.

I spend a couple hours trying to get my webcam working on Fedora Server 40 host. I was this close to the solution (after only 15 minutes) but the GID of video group for was not correct. It would be nice if in the webcam setup section this udev rule will be reported

ACTION=="add", SUBSYSTEM=="video4linux", ATTRS{idVendor}=="0000", ATTRS{idProduct}=="0000", GROUP="44"

in the hope to save precious time & future issue for non-ubuntu users (as it has already be done in Serial device permissions section)

Thanks again for the great work!

mkuf commented 3 months ago

Hey there,

thanks for reaching out and providing your input.

The device permissions section of the docs have been reworked to also include a sample rule for video devices with commit https://github.com/mkuf/prind/commit/d4a9edc31ee296916f9522e1ba590497990cb36a

-Markus