Giter Site home page Giter Site logo

Comments (4)

jpxiong avatar jpxiong commented on July 29, 2024

We use the way you mentioned at first, but we encountered many crash problems as many android phones doesn't support the specify preview size.

So we make a strategy: Use the SMALL, MEDIUM, LARGE from the getSupportedPreviewSizes. It can ensure choose the right preview size.

There are so many kinds of Android phones. We have to use the strategy above.

from pldroidmediastreaming.

gouravd avatar gouravd commented on July 29, 2024

I understand your point, but I did a google search and found that 360X640 is more common than the resolution used in SMALL (452 width)

The more appropriate would be to decouple PreviewSize from Output size.

Please reconsider replacing the current resolution in SMALL preview to something smaller, otherwise there is very little difference between the SMALL and MEDIUM

Ref: http://stackoverflow.com/questions/6272384/most-popular-screen-sizes-resolutions-on-android-phones

from pldroidmediastreaming.

jpxiong avatar jpxiong commented on July 29, 2024

The values of SMALL, MEDIUM, LARGE depend on the specific Android phone. We can't set an unsupported preview size to camera, because it's too dangerous as crash maybe occurred on some phones.

We found, even the CTS required in some cases, many many Android phones didn't follow correctly.

The more appropriate would be to decouple PreviewSize from Output size.
-> under consideration

from pldroidmediastreaming.

gouravd avatar gouravd commented on July 29, 2024

Got it!

Thanks for considering decoupling of Preview and Output sizes.

On Thu, Aug 27, 2015 at 9:41 PM, jpxiong [email protected] wrote:

The values of SMALL, MEDIUM, LARGE depend on the specific Android phone.
We can't set an unsupported preview size to camera, because it's too
dangerous as crash maybe occurred on some phones.

We found, even the CTS required in some cases, many many Android phones
didn't follow correctly.

The more appropriate would be to decouple PreviewSize from Output size.
-> under consideration


Reply to this email directly or view it on GitHub
#21 (comment)
.

Regards,
Das, DET Labs

from pldroidmediastreaming.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.