minus-square0xd34d@sh.itjust.workstoLinux@lemmy.ml•What are the limitations of accessing /dev/video0 on an android device?linkfedilinkarrow-up13arrow-down1·17 days agoProbably because it still uses the android camera API to do so rather than directly access /dev/video0. https://github.com/termux/termux-api/blob/master/app%2Fsrc%2Fmain%2Fjava%2Fcom%2Ftermux%2Fapi%2Fapis%2FCameraPhotoAPI.java I’m sure it is possible to add a video capture to the API 😉 linkfedilink
minus-square0xd34d@sh.itjust.workstoLinux@lemmy.ml•Linus responds to Hellwig - "the pull request you objected to DID NOT TOUCH THE DMA LAYER AT ALL... if you as a maintainer feel that you control who or what can use your code, YOU ARE WRONG."linkfedilinkarrow-up5arrow-down1·4 months agoI did 🤡 linkfedilink
Probably because it still uses the android camera API to do so rather than directly access /dev/video0.
https://github.com/termux/termux-api/blob/master/app%2Fsrc%2Fmain%2Fjava%2Fcom%2Ftermux%2Fapi%2Fapis%2FCameraPhotoAPI.java
I’m sure it is possible to add a video capture to the API 😉