Hello
LINUX SDK:7.2
In TDA4, can shared pointers be used across processes? roughly as follows
1. Process 1, allocate memory through tivxMemBufferAlloc(&mem, CAM_SIZE, (vx_enum)TIVX_MEM_EXTERNAL)
2. Send mem to Process 2
3. How to use the virtual address corresponding to mem.shared_ptr in process 2?
4. Is the file descriptor mem.dma_fd valid across processes?
Regards

