I am currently trying to partially cut out of ARCameraBackGround.
But it did not go as expected. There is something strange, so I drew the whole picture.
Then I noticed that the shooting position was different.
I drew “ARCameraManager.TryGetLatestImage()” in the middle.
This is the image I saved on my smartphone.
The background image is the script “ARCameraBackGround” as it is.
And center one ( drawn half size with the same aspect ratio as the background ) is get by ARCameraManager.TryGetLatestImage() in “void OnCameraFrameReceived( ARCameraFrameEventArgs eventArgs )”.
The latter contains the keypad, but the former shows the top of the computer screen.
Please give me any advice if you know how to match this.