arcore-unity-sdk icon indicating copy to clipboard operation
arcore-unity-sdk copied to clipboard

Trying to put a custom bakground to the ARBackground Renderer.

Open jaggernaut007 opened this issue 5 years ago • 0 comments

SPECIFIC ISSUE ENCOUNTERED

VERSIONS USED

  • Unity: 2019.3.12
  • ARCore SDK for Unity: 1.16.0
  • Device manufacturer, model, and O/S: Google pixel 3a android 10
  • ARCore: On Windows, use: adb shell pm dump com.google.ar.core | findstr /i "packages: versionName" On macOS, use: adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
  • Output of adb shell getprop ro.build.fingerprint:

STEPS TO REPRODUCE THE ISSUE

  1. Use arbackgroundrender.cs to generate new custom background mesh.

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

Not an issue, I have found no way to replace the mesh of the arcore background. Have tried to use the texture from the Frame.camera Image, but its not clear what format that is. Have tried to use the cameraimage bytes way, but that is quite complicated for my level. Any work about as the easiest way to reach this solution? All suggestions and recommendations are invited. A direct fix would make me ecstatic!!

jaggernaut007 avatar Jun 12 '20 14:06 jaggernaut007