android / android/media-samples

Minor fixes

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
migrated googlesamples
Dominant language
Kotlin
Stars
1.4k
Forks
781
PR merge metrics
No merged PRs in 30d

Description

**Issue by [shchurov](https://github.com/shchurov)**
_Monday Dec 14, 2015 at 14:26 GMT_
_Originally opened as https://github.com/android/android-MediaRecorder/pull/3_

----

Some devices may not support all the sizes from getSupportedPreviewSizes() list for video recording. For this purpose camera api has method getSupportedVideoSizes(). Also MediaRecorder.stop() can throw an exception (check the docs) that should be handled.

----

_**[shchurov](https://github.com/shchurov)** included the following code: https://github.com/android/android-MediaRecorder/pull/3/commits_

Contributor guide

Open the contributing guide

Research direction

Locate the media-recording entry point that uses getSupportedPreviewSizes() and MediaRecorder.stop(), then read the Android media API documentation for getSupportedVideoSizes() and stop() exceptions. Done means video recording selects supported video sizes and handles a stop exception without crashing.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.