"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

Capture AR view in Android

Hello, I want to make video of AR view in Android. I searched about it lot but don't find any solutions. At one place I read that we can make video by capturing screen. After searching I found your link: https://developer.vuforia.com/forum/faq/android-how-can-i-capture-ar-view But it gives only 1 screenshot in 1 second. So if I make video from this captured images then frame rate of that video will be 1frame/second. I have three questions regarding this: 

1. Does anyone have an idea how can I increase my frame rate? 

2. What is the best library/method to make video from captured screenshots/images?

3. Is there any way to make direct video of AR view instead of capturing screenshot?

Please help me asap. 

 

Thanks, Sani Trivedi

pabmeister

Tue, 12/23/2014 - 10:37

If you don't need the functionality inside the application, and you are on Android 4.4+, you can use ADB to record the screen, as a video.

sanitrivedi

Thu, 12/25/2014 - 10:17

Yes! That is very good option. But I am making this app for many users. So it is not feasible solutions in this case.