Tool/software:
hi,Due to demand reasons, we need to use multiple processes, among which process 1 is capture ->display M2M ->shm, and the other processes receive the output image of process 1, like this: shm->scaler..., The shm is shared memory, and we have found that using shared memory to transfer images between processes consumes a lot of performance, mainly due to the huge consumption of memcpy actions on image data. May I ask if there are other more energy-efficient ways to transmit image data? Is there any way to perform inexpensive inter process image transfer on the R5F core because both the display M2M and scaler nodes are on the R5F core?