Hello ,
I have creted a java project and then i integrated a unity project into it ,
The unity project contain 2 scenes , one is a normal unity 3D scene and the other is AR scene ,
When i open my application on the phone the 3D scene works fine but when i switch the AR scene it opens but no camera (black camera)
In my Logcat output i have some errors from Unity tags and AR tags :
Unity : Could not initialize the tracker
Unity :(Filename : ./Runtime/ExportGenerated/AndroidManaged/UnityEngineDebug.cpp Line 54)
Unity : Data set does not exist
AR : Failed to set hint "HINT_MAX_SIMULTANEOUS_IMAGE_TARGETS' because The Image Tracker has not been Initialized
AR: CameraDevice getCamera calibration() : Failed to get Camera calibration because the camera is not initialized
...; please i need help on this problem i have spent a lot of time trying ... but nothing changed :/