rwth-acis / MR-Card-Game

A Mixed Reality-Based Card Game for Formal and Informal Education
MIT License
6 stars 2 forks source link

Clipping screen on Android device #1

Open JulianStaab opened 2 years ago

JulianStaab commented 2 years ago

Describe the bug When using the Vuforia AR Camera on an Android device the screen is constantly clipping with a dark plane creating a flickering screen.

To Reproduce Steps to reproduce the behavior:

  1. Deploy the application on an Android device.
  2. Create or load an existing quiz in the application.
  3. Start the quiz.
  4. See the flickering screen.

Expected behavior The screen should display the camera screen and not flicker.

Bug Observed on the Following Devices

Additional context The problem is most likely caused by a plane being placed exactly inside the camera. Interestingly however, this problem does not occur when using the application in the Unity Editor with a Webcam. The issue was found on a Samsung Galaxy S7 device.

EmilieHK commented 2 years ago

So far, this bug could not be replicated on other Android devices.