Android: Get Supported Video Sizes -


Hope this is an easy question to answer. How do I get a list of supported video capture sizes in Android? Also, how do I get a list of supported video capture frame rates? I'm seeing the equivalent of Camera.getParameters (). GetSupportedPictureSize () , for video only ...

I need a solution that will work with API level 7, thanks.

Use the API (camera.epamator) for information about supported video sizes -

  public list & lt; Camera.Size & gt; For FPS I'm not really sure but the preview fps in the camera is changing. Pmmeter can also convert FPS to Capture .. (If this happens then you can use getSupportedPreviewFpsRange () to find supported frame rates ..)   

Comments