Dear 8thWall Support,
We are facing a critical camera mapping issue on the Huawei Meta 80 (HarmonyOS). Our standard WebAR project works perfectly on iOS but fails on this specific hardware.
- The Problem:
WeChat (X5 Kernel): Opens the Front camera by default. Even with cameraDirection: BACK or a specific deviceId, it remains stuck on the front view.
Chrome: Opens the Telephoto lens (extreme zoom) instead of the Primary Wide lens.
- Technical Evidence:
WebRTC Test: A standard getUserMedia test confirms the Rear Camera is at Index 0 on this device.
XR8 Conflict: The 8thWall Camera Pipeline appears to skip Index 0 or misidentify it as a front sensor, causing a fallback to the actual front camera.
Manual Override: Using onBeforeRun to force config.cameraConfig.id does not override this behavior in WeChat.
- Request:
Could you please verify the camera indexing logic for the Huawei Meta 80? We need to be able to force the engine to use Index 0 (Primary Rear) without it being overridden by internal SLAM filtering.
Attached: Console logs and device hardware info.
Best regards
Dear 8thWall Support,
We are facing a critical camera mapping issue on the Huawei Meta 80 (HarmonyOS). Our standard WebAR project works perfectly on iOS but fails on this specific hardware.
WeChat (X5 Kernel): Opens the Front camera by default. Even with cameraDirection: BACK or a specific deviceId, it remains stuck on the front view.
Chrome: Opens the Telephoto lens (extreme zoom) instead of the Primary Wide lens.
WebRTC Test: A standard getUserMedia test confirms the Rear Camera is at Index 0 on this device.
XR8 Conflict: The 8thWall Camera Pipeline appears to skip Index 0 or misidentify it as a front sensor, causing a fallback to the actual front camera.
Manual Override: Using onBeforeRun to force config.cameraConfig.id does not override this behavior in WeChat.
Could you please verify the camera indexing logic for the Huawei Meta 80? We need to be able to force the engine to use Index 0 (Primary Rear) without it being overridden by internal SLAM filtering.
Attached: Console logs and device hardware info.
Best regards