Zak@lemmy.worldtoLinux@lemmy.ml•What are the limitations of accessing /dev/video0 on an android device?
3·
3 days ago# ls -l /dev/video0
crw-rw---- 1 system camera 81, 0 1974-07-26 10:09 /dev/video0
Android doesn’t handle users and groups like standard Linux, but the user account assigned to Termux is not a member of the camera group.
That seems likely to work.