How to add the jetson_multimedia_api to a cmake application. So that I can use the common classes in my program

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.

Hi,
This would need other user to share experience. By default there is a Makefile for each sample and a common Rules.mk at

/usr/src/jetson_multimedia_api/samples/Rules.mk

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.