This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: Dual camera with dual display

Part Number: AM5728

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.