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