Iโve noticed that my 3D models become corrupted or distorted when capturing video using 8thwall specifically on Chrome for Android (Galaxy S24). However, everything works correctly on iOS and the Samsung Browser on Android. It seems like handling for the Chrome patch has not been implemented yet. Could you please look into this issue?
Environment: android,chrome,galaxy24
video link:
[model/KakaoTalk_Video_2024-10-31-13-31-49.mp4 at main ยท HEOJUNFO/model ยท GitHub]
Hi!
Are you able to reproduce the issue on our sample project here?
If not, could you also try cloning this project
and adding the following code between the assets
and camera
entities?
<xrextras-capture-button></xrextras-capture-button>
<xrextras-capture-preview></xrextras-capture-preview>
The issue occurs with the three.js MediaRecorder, but A-Frame works correctly.
Additionally, it only happens in Chrome.
XRExtras.MediaRecorder.initRecordButton() // Adds record button
XRExtras.MediaRecorder.initMediaPreview() // Adds media preview and share
XRExtras.MediaRecorder.setCaptureMode(โfixedโ)