-
Bug
-
Resolution: Unresolved
-
Low
-
OpenVX Framework
-
TIOVX-823
-
TIOVX_01.07.00
-
TIOVX_10.02.00
-
-
Internal implementation of delay parameters within a node can be used to avoid this issue. Please refer to the DOF node as an example of how this can be done
-
This is a known issue and not intended to be fixed
TIOVX delay parameters with pipelining result in serialization nodes even though the data given to node is functionally correct. For example, the VISS/AEWB node configuration results in the VISS node being executed then AEWB executed in serial rather than in parallel.
Workaround for delay parameters is to either use graph parameters instead of delay or to utilize a remote server call to pass delay parameter from one node to another.