"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Video Over Image Target

I have video that is downloaded from the cloud when detecting an image target.  The video plays over the image target.  I was previously using the 4.0.11 Android SDK.  Everything worked great.  Now I have updated to the latest SDK 6.0.117.  Now the video does not play over the full image target.  This seems to be more prevalent when using tablets with different resolutions. I have tried multiple things to try to get the video to play over the full image target and nothing has stuck.  I have changed the CameraDevice.MODE to try optimizing the video for speed and quality.  This did not seem to help.   I also tried to play with setting the aspect ratio based on the device screen when the video is going to render, and there was not pattern that seemed to help between different devices.

It seems like something in the Vuforia library has caused this to happen and I don't know what else to try.  Has anyone seen anything like this or have any idea what to do?

Thanks.

In VideoPlayBackBehoviur, method PrepareVideo () and condition if (videoWidth > 0 && videoHeight > 0)  have transform.localScale = new Vector3(), try change the transform.localScale value.