This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4AEN-Q1: Can tivxImgMosaicNode support input images of different resolution?

  • Hi Gang,

    Well, in this case, if array of input image array is used with each image array of different frame size, it can be supported. But we have not really tested it. 

    Regards,

    Brijesh

  • Thanks Brijesh!

    if array of input image array is used with each image array of different frame size

    That looks like the intention of "input_arr[ ]" for mosaic node input.
    I was confused by the type naming of "vx_object_array" which is actually an array of arrays rather than an array of objects.

    But we have not really tested it. 

    I can get around by using MSC and 2 display pipes directly (simpler than using the mosaic node for me).