Part Number: TDA4VM
Requirement:
1.We have a number of different sensors,channel independent.
2.The image output by each sensor needs to be processed by the VISS.
Questions:
1. Since there is currently only one VISS, how to handle the difference in VISS configuration for each image channel?
2. What is the order in which FVID2 is called?
Our try:
1.To handle channel differences, we try to call FVID2_SET_CONFIG before each graph is processed.

2.Following the above process, there is a high probability that the VISS FVID2_processRequest return -1 and the FVID2_getProcessedRequest return -4 will occur.

