document state of camera & add workaround
This commit is contained in:
parent
4f39cf6b4a
commit
2890014d2d
3 changed files with 14 additions and 1 deletions
1
ansible/files/90-libcamera.rules
Normal file
1
ansible/files/90-libcamera.rules
Normal file
|
@ -0,0 +1 @@
|
|||
KERNEL=="udmabuf", TAG+="uaccess"
|
|
@ -87,3 +87,14 @@
|
|||
group: root
|
||||
mode: u+rw
|
||||
force: true
|
||||
|
||||
|
||||
### Camera ###
|
||||
|
||||
- name: "Add udev rule for the camera"
|
||||
ansible.builtin.copy:
|
||||
src: "90-libcamera.rules"
|
||||
dest: "/lib/udev/rules.d/90-libcamera.rules"
|
||||
owner: root
|
||||
group: root
|
||||
force: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue