Tool/software:
i have an application with the following data flow:
V4L->VISS->LDC->MSC
is there a way to
* associate the image buffer received from V4L with an arbitrary scalar/pointer,
* have that data propagate along the buffer chain to the MSC output buf (where the application will query it)
iiuc tivxSetReferenceAttribute(TIVX_REFERENCE_TIMESTAMP) has similar functionality, is there a user data equivalent?