Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Request supported camera modes (resolutions with framerates) #1895

Open
itlancer opened this issue May 8, 2022 · 0 comments
Labels

Comments

@itlancer
Copy link

itlancer commented May 8, 2022

Feature Description

AIR should have a method to get supported camera modes (resolutions with framerates).
It could return Vector with some new objects like CameraMode which represents width, height and fps of Camera that could be used.

It very useful to provide programmable (or user) ability to select one of supported camera modes depend on performance/bandwidth or some other criteria.
Right now you can choose only closest camera mode to specified values (width/height/fps). This is not enough for good experience for applications which sensitive to work with cameras.

Related discussion: https://forum.starling-framework.org/d/23631-camera-available-resolutions

Known Workarounds

none
May be write own native extension for that or use one of that https://forum.starling-framework.org/d/23631-camera-available-resolutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant