hi,
is there anyway to put watermark top of tabbar.
right now my ui element tabbar blocks watermark.
i played with the screen dimensions of EAGLView but no luck. video texture always render bottom left of screen so tabbar still blocks watermark.
CGRect screenBounds = [[UIScreen mainScreen] bounds];
//viewFrame = screenBounds;
// just for seeing what's happening.
viewFrame = CGRectMake(0, 0, screenBounds.size.width/2, screenBounds.size.width/2);
// no effect
viewFrame = CGRectMake(0, +-200, screenBounds.size.width/2, screenBounds.size.width/2);
or another approach, how can i move video texture to a higher positon then tabbar.
any help appreciated.
The watermark is part of the Vuforia camera feed background and cannot be repositioned with respect to the Vuforia camera frame.
https://developer.vuforia.com/library/articles/FAQ/License-Manager-FAQ