Other Parts Discussed in Thread: TDA4VH,
Hello, TI experts,
I'm working on a TDA4VH development board, with sdk0805. I found that two VISS node with different parameters cannot run parallelly even in sdk0805.
Here is what I did:
I wrote two programs, each creating a TIVX graph containing only 1 VISS node. The graph reads raw images from local file system, and output YUV images. The difference between these two programs is thart they use raw images of different resolution, and different VISS node parameters.
When program1 set its node target to "TIVX_TARGET_VPAC_VISS1" and program2 set its node target to "TIVX_TARGET_VPAC2_VISS1", they can run parallelly and work well.
But, when both of these two programs use "TIVX_TARGET_VPAC_VISS1" as their node target, they cannot run parallelly. The attachment is thelog from "vx_app_arm_remote_log.out", TIVX_ZONE_INFO is enabled for debug. The log implies that it is blocked in the process function of VISS node.
Could you help check this case? And is there any example demonstrating this feature? Thanks.