"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

onResume problem

Hi, I have some modify FrameMarker Sample. I made DemoViewController become to child viewController (I mean that I have a main UIViewController, and I use addSubview to add DemoViewController). My problem: After pausing (call [demoViewController onPause]), and resume ([demoViewController onResume]), The Marker still work well, but image of camera don't show on screen, just show my texture on black screen.

Hi chungsavi, First, note that there are some limitations having an EAGLView as the view within a view controller - adding a parent view between the VC and the EAGLView overcomes these.