infinum / Android-GoldenEye

A wrapper for Camera1 and Camera2 API which exposes simple to use interface.
Apache License 2.0
375 stars 53 forks source link

Add CamcorderProfile.QUALITY_QVGA to resolution options #42

Open raranov opened 4 years ago

raranov commented 4 years ago

Hello,

I've enjoyed using your library. It greatly simplifies use of the Camera1 and Camera2 API's. Can I ask why you've chosen to omit the option for CamcorderProfile.QUALITY_QVGA as part of the VideoQuality enum?

domagojkorman commented 4 years ago

Hi,

I think there was no specific reason, we simply never used it nor needed it. This is something that can be done. Also feel free to create a PR that adds the missing quality.