Search Issue Tracker

By Design

By Design in 2023.3.X

Votes

0

Found in

2021.3.33f1

2022.3.17f1

2023.2.4f1

2023.3.0b1

Issue ID

UUM-59696

Regression

No

[Android][iOS] Only one WebCamTexture is rendered when calling for multiple

Video

-

Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Switch to Android Platform (File > Build Settings > Android > Switch Platform)
4. Build and Run on Android device
5. Observe the Player

Expected result: View of both cameras exist
Actual result: View of a single camera is present

Reproducible with: 2021.3.33f1, 2022.3.17f1, 2023.2.4f1, 2023.3.0b1

Reproducible with devices:
VLNQA00325, Samsung Galaxy Note10 (SM-N970F), Android 12, CPU: Exynos 9 (9825), GPU: Mali-G76
VLNQA00318, Oneplus OnePlus 7 Pro (GM1913), Android 11, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00231, Huawei HUAWEI Mate 20 Pro (LYA-L29), Android 9, CPU: HiSilicon Kirin 980, GPU: Mali-G76
VLNQA00231, Samsung Galaxy A5(2017) (SM-A520F), Android 8.0.0, CPU: Exynos 7 Octa 7880, GPU: Mali-T830
VLNQA00332, Samsung Galaxy XCover4 (SM-G390F), Android 9, CPU: Exynos 7 Quad 7570, GPU: Mali-T720
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS

Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested

Notes:
- Reproducible with Android and iOS
- Reproducible with Mono and IL2CPP
- Reproducible with Vulkan and OpenGLES3

  1. Resolution Note:

    The APIs we're using for operating webcams on iOS and Android don't allow more than one integrated webcam at a time to be active. This is in fact a limitation of earlier multi-camera devices. This is now supported in more recent devices, but adding support for this would involve a rework that is not currently scheduled.

    However, the current behaviour is admittedly surprising, we will update the documentation to make this clear.

  2. Resolution Note (2023.3.X):

    The APIs we're using for operating webcams on iOS and Android don't allow more than one integrated webcam at a time to be active. This is in fact a limitation of earlier multi-camera devices. This is now supported in more recent devices, but adding support for this would involve a rework that is not currently scheduled.

    However, the current behaviour is admittedly surprising, we will update the documentation to make this clear.

Add comment

Log in to post comment