HAO LIU

Results 23 comments of HAO LIU

Thanks! It works well. Is there any element which can accumulate **different size tensors** **from different sources** (like compositor), as tensor_aggregator can only handle static tensor? **Seems tensor_mux can do...

I think the main issue is that tensor_merge and tensor_aggregator can only accept static tensor sinkpad. Seems tensor_mux can handle flexible tensor sinkpad.

@gichan-jang Thank you so much! I think it works. I put the pipeline here in case someone might need it. ``` gst-launch-1.0 tensor_merge name=merge mode=linear option=2 ! other/tensors,format=static,framerate=0/1,num_tensors=1,dimensions=10:10:6:1, types=uint8 !...