I am developing an appication, wher I'm using opencv to detect shapes in a camera image and want to display 3D objects rendered by metaio on those shapes. How can this be achieved? I have tried custom rendering, but 'onNewCameraFrame' method is not being called.
I have to convert each camera frame that we get in 'onNewCameraFrame()' method to Mat object for shape detection logic. But it's not being called. I have even added call to 'requestCameraImage()' method of metaio sdk.