Hi Team,
I am trying to add the /usr/src/jetson_multimedia_api/samples/common classes to a CmakeList so that I can use these libraries along with the 13_multi_camera sample application to my qt application.
But whatever I do when I add this to my Cmakelist I am getting the below error
error:free():double free detected in tcache 2
Can someone kindly guide me on how to add jetson multimedia api to a qt project or how to add them to a cmake list so that i can run the 13_multi_camera sample independendly out of the /usr/src/jetson_multimedia_ap folder.