Subject : Extracting sensor embedded data
----------------------------------------------------------
We are working on Vision SDK 3.7 (for TDA2px).
We need to extract the sensor(IMX390) embedded statistics and image data into three different buffers.
1. top front embedded data to Metadata Buffer (data type 0x12)
2. bottom rear embedded data to MetaData Buffer (data type 0x35)
3. image data to Video frame buffer (data type 0x2C)
The option of multiple channels for different data type won't work for us as the value of virtual channel ID of the imx390 sensor is fixed as 0 (supports only one channel).
So the only solution is to get the interleaved data into the buffers. Is it possible to receive image/non-image data with different data type into separate buffers?
buffer[] -> [front emb data[] + image data[] + rear emb data[]]
Please check this suggest the possible solutions.