dear TI expert
I used demo with app_multi_cam, I would like to ask if there is a way to mosaic two cameras with different resolutions?
I get an error when I try to add an input to MOSAIC
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.
Hi,
Yes.
As you can see that the mosaicObj.input_arr[ ] is an array of object arrays.
Hence mosaicObj.input_arr[0] could be the object_array of one camera
and mosaicObj.input_arr[1] could be the object_array of second camera with different resolution.
You must configure the window of mosaic node accordingly by giving the startX, startY, width, height and input_select for each camera input.
Please refer set_img_mosaic_params() API to see the configuration of windows.
Regards,
Nikhil
Hi,
You could refer to the multi-cam application in the SDK 8.6 where both the inputs of mosaic are being used by separate nodes.
However, here the resolution from both the nodes are same, but the same could be done for different resolutions.
Could you send me a flowchart / drawing of the graph that you have constructed?
Regards,
Nikhil
Hi,
Are both of these capture nodes running at the same fps? Otherwise i would recommend to use separate graph for them.
Regards,
Brijesh
Thanks for your reply, thanks Brijesh Jadav and Nikhil two TI experts,this problem has been solved,I reference to TDA4VM: TDA4 create 8 capture node - Processors forum - Processors - TI E2E support forums
Thanks for your reply, thanks Brijesh Jadav and Nikhil two TI experts,this problem has been solved,I reference to TDA4VM: TDA4 create 8 capture node - Processors forum - Processors - TI E2E support forums