You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have noticed an issue on certain Android devices where the video does not display when using high-resolution video. Although the video doesn't display, capturing a screenshot still works.
For example, see this video of an Honor 10 Lite running this demo. The phone does have an environment-facing camera capable of 4160x3120 (confirmed with videoTrack.getCapabilities().width.max) and you can see that an image is successfully taken.
Weirdly, we have had reports of this happening on a Pixel 7 also, despite not being able to reproduce this issue with that particular device.
The text was updated successfully, but these errors were encountered:
May be related, but developing an app. taking high res images. Worked fine before, but just picked up development after a few weeks and now running into an issue where my previous high res 4096x2160 is severely smaller. The quality is just gone.
@jackmead515 Hello brother, did you find any alternative solution for that? I also faced the same issues from my side. works fine in windows but not working on mobile devices
We have noticed an issue on certain Android devices where the video does not display when using high-resolution video. Although the video doesn't display, capturing a screenshot still works.
For example, see this video of an Honor 10 Lite running this demo. The phone does have an environment-facing camera capable of 4160x3120 (confirmed with
videoTrack.getCapabilities().width.max
) and you can see that an image is successfully taken.Weirdly, we have had reports of this happening on a Pixel 7 also, despite not being able to reproduce this issue with that particular device.
The text was updated successfully, but these errors were encountered: