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.

AM62A7: associate arbitrary user data with vpac image buffer

Part Number: AM62A7


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?