Hi, I'm running my app on a sony xperia arc. It runs fine, except for artifacts around the corners of the screen. The outer say 5 pixels on every edge show mixed up and blurry pixels. I'm running the application through unity with the camera on high quality setting.
- Sort Posts
- 7 replies
- Last post
Re: Xperia arc camera artifacts
Yes, i'm continuing to see the same distortion, but only on high quality mode. I'm seeing the distortion in the sample frame marker application too when i compile it on high quality (in the unity extension).
I haven't tried building a sample application with eclipse.
The focus doesn't work like it does on our other devices either. I have to push the focus button to release the auto focus, and the activate the auto focus again to get the proper focus distance. (both on normal mode and quality mode).
Re: Xperia arc camera artifacts
Re: Xperia arc camera artifacts
First of all, sorry for my late response. I've been ill for a while.
But i did some more research and discovered that it doesnt happen with the quality on default. Further the device is an xperia arc lt15i to be precise. I'm not sure if this is the device number you requested, but otherwise please contact me for further information.
I attached two screenshots of what happens at device_mode quality. I haven't tested with 1.0.6 /unity 3.4 yet.
The distortion is coming from a mismatch between the camera resolution and screen resolution with the quality setting on that device. Here's a temporary fix, future versions of the SDK will resolve this issue.
Open the Qualcomm Augmented Reality/Scripts/TrackerBehaviour.cs file and find the ConfigureVideoBackground method. Replace this code:
with this:
Let us know if that helps.
- Kim