Tool/software: Linux
Hi,
Our project needs capture dual cameras to display on dual display.But only One pipline need to work at once.
/dev/video1 -----> VOUT1
/dev/video2 -----> VOUT3
I think capture task is fine with V4L2.I 'm confusing about DRM.
There are 2 demos which is dmabuftest and dual-camera demo.
dmabutest use drmModeSetPlane() to display.
dual-camera demo use drmModeAtomicCommit() to display.
I wanna confirm which is suitable.