Get WebcamTexture of camera Kudan AR in Unity3D

I need to get webcamtexture from camera, but not after it would be processed by Kudan AR, in order to start in the background another plugin which works with camera in AR mode.

When I’m trying to do this arises a conflict indicating that camera already is used by Kudan. Also when I use Texture2D.ReadPixels the fps of the app is falling.

Is it possible to get webcamtexture not yet processed from Kudan or to get directly the texture from Kudan camera and process it?

p.s. I have tried to get the texture from Kudan, but it was cut in half.

Thanks a lot in advance

have you had any progress with this?
There is a method in kudanTracker called _trackerPlugin.GetTrackingTexture() but it is protected, i havn’t been able to find a way to access it properly either.