Start a new topic

camera frame rate very low on android device

on unity player it works smooth but on android it get stuck constantly and image recognition extremely bad .

i am working on a project where i have 4 targets and each will be played on with videos over them . please help , urgentlly needed .


Hi, 


Here you go:

void Awake() {
    var wikitudeCamera = FindObjectOfType<WikitudeCamera>();
    wikitudeCamera.Camera2SupportLevel = Camera2SupportLevel.Legacy;
}


Best regards,

Alexandru

sorry but wasn't able to find how to do that , not even in documentation . PLEASE provide the complete command or the way to do so


Hi, 


In your Awake function, please set the WikitudeCamera.Camera2SupportLevel property to Camera2SupportLevel.Legacy and try again.


Best regards,

Alexandru

the latest version

yes

2019.1.8f1

redmi note 4

my own app , didnt test the sample app

none

 

Hi,


Please provide the following details:


  • Which version of the SDK are you using?
  • Confirm that you're using the Unity Plugin
  • What Unity version are you using?
  • What device does this happen with (model details and OS version)?
  • Is this happening with the sample app or in your own app? If it happens with your own app, Does the sample app work on your device as expected?
  • Is there any logoutput indicating any issues?

Thx and greetings

Nicola

Login or Signup to post a comment