Hello,
We are currently in the process of integrating a custom 10 bit monochrome sensor to the TDA4VM platform. At the moment we are attempting to use an adapted version of the multi-camera usecase for this integration, however, this usecase does not run when the sensor is configured to be in 10 bit mode by
{TIVX_RAW_IMAGE_16_BIT, 9}
This causes the VISS node to be unable to initialize. I've discovered that the Capture node seems to be able to initialize and be receiving frames when the viss node is removed from the usecase, however this causes issues related to the mosaic node, which can also be removed. This should be leaving just the Capture and Display nodes of the graph, however, the Display node errors out during initialization reporting that it is being passed incorrect parameters, presumably because of the type of data that the camera is outputting, that being Raw 10 bit monochrome data.
I was wondering if you could provide any assistance on what the recommended OpenVX setup for processing a monochrome sensor like this such that it can be output to a display would be, such as any specific OpenVX nodes or parameters that may need to be set that are missing.
Thanks.