Hello,
I have developed an Android Java application for the Magic Leap that displays the feed from an external camera to the display. The intended functionality is for this camera feed to cover as much of the user's field of view as possible and to overlay over the objects in the user's FOV. The camera will be mounted on the Magic Leap so it sees from the same perspective that the user sees, and the camera feed should be headlocked, ie. follow the user as they move their head around rather than floating in a specific position.
By default, the Java app replaces the home menu, and so is floating in one place rather than being headlocked. Additionally, the app screen appears to crop down to a small size so that if I size up the camera feed ImageView in Android Studio it gets cropped into the smaller window. Is there any way to achieve the intended functionality to headlock the app and size up the window for a larger video feed that fills the entire Magic Leap 2 device FOV?
Thank you,
Cooper