Tool/software:
SDK : ti-processor-sdk-rtos-j721e-evm-10_01_00_04
Hi TI experts,
We are developing a demo application for our customers that combines SRV and deep learning. We believe that 'app_tidl_avp4' is very useful as a base, so we are considering how to modify it.
In our demo, the main screen shown to customers needs to be SRV. As shown in the link below, this sample outputs the segmentation results to the display through the Mosaic node instead of SRV. We want to change this output to SRV only, without stopping the segmentation process.
Vision Apps User Guide: Auto Valet Parking Application 4
As a test, we disabled Mosaic Node in cfg file and changed the input to the display node to the SRV output image from Mosaic output.
The first frame indeed outputs SRV, but the app hangs immediately after. There are no specific errors from OpenVX. Could you advise on what to do?