ARCameraManager.TryGetLatestImage is different from ARCameraBackGround Image.

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.

Ah, OK. I solved it myself.

I thought something was wrong. The screen shows a half-shifted position.

This is an internal problem, and I thought, “Isn’t it possible to get only half of the images ?”

That was correct.

Using “Camera Config Controller” and change the resolution to same as smartphone.

”OnCameraFrame Received" function came to provide the whole picture.

I no longer feel uncomfortable.