Conceptually I can understand that Termux cant take a photo or video from a camera device because it doesnt have access to the camera drivers that Android has…
…except that the Termux API does allow you to take a photo. So why is video off limits?
Conceptually I can understand that Termux cant take a photo or video from a camera device because it doesnt have access to the camera drivers that Android has…
…except that the Termux API does allow you to take a photo. So why is video off limits?
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.
Is it just a permissions issue? On a rooted phone, could I not simply add termux user to the camera group
That seems likely to work.