"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

How To Stop Video on Button Click (VideoPlayBack)

Hi,

I am working on video playback sample,i have created one view controller with button to open camera

and close button in VPParentViewController onclick of that button i am stoping camera,

butĀ  my videos are stillĀ  playing in background how to stop video on button press.

If you are reconfiguring the code to run in your own ViewControllers, you need to make sure that all existing functionality gets called.  If not, then you may see strange behaviour.

If you look in VideoPlayerHelper.m you will see the method below.