minus-square0xd34d@sh.itjust.workstoLinux@lemmy.ml•What are the limitations of accessing /dev/video0 on an android device?linkfedilinkarrow-up8·2 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
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 😉