If I use Libargus to control a camera, can I use V4L to control the same camera at the same time?
For example, I use Libargus to set the sensor gain at a certain value (20). Then I use V4L to control the same camera with another sensor gain (30). Is this allowed? What will be the actual sensor gain, 20 or 30?
it’s not supported, actually, it may cause unstable AE behavior since it’s not Libargus expected settings.
anyways, may I know what’s the real use-case?
The real use cases are that we have V4L driver to control the camera with some features, such as test patterns, trigger mode and multiple camera synchronization. But Libargus doesn’t support these features. Then I am thinking maybe I can use Libargus to setup streams to capture and transfer images. At the same time, use V4L driver to control the camera to enable test patterns, trigger modes and etc.