tags:

views:

83

answers:

1

Is it possible to capture a frame from a video in android and save it or use it in any way in the application?

+1  A: 

Hi,

Android doesn't have official APIs to do so. You may end up in NDK, using third-party video codec library to decode a frame. Keep in mind that different video formats and codecs have different licenses.

ognian