Part Number: TDA4VEN-Q1
Hello
I'm running into an issue. I'm running two apps. One app loads an offline UYVY format image (1920x1536), then uses a scaler node to resize it (576x384), followed by preprocessing (UYVY to RGB tensor), and then sends it to the TIDL node for inference, finally doing post-processing. This app runs continuously without issues.
The second app gets its image data from cameras, with the same resolution and format as the first. If I try to execute the whole process, it freezes at the `vxVerifyGraph` function. If I comment out the TIDL node and post-processing node, it runs fine. We've confirmed that the freeze is caused by the TIDL node, but I don't know why. Could you help me analyze it? For example, could it be due to shared memory or insufficient C7X memory?

