termux-api
termux-api copied to clipboard
emulate v4l2 devices
Feature description
emulate v4l2 devices On many unrooted devices, accessing /dev/video0 is impossible. I want to make v4l2-based camera apps work.
Reference implementation
Have you checked if the feature is accessible through the Android API? Do you know of other open-source apps that has a similar feature as the one you want? (Provide links)
It is not possible without root and even on rooted devices it is complicated...
It will require compiling kernel modules for creating video-loopback devices. It is out of scope of termux-api.