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

Camera2: android 8.1 findings #114

Open
thigg opened this issue Oct 14, 2023 · 1 comment
Open

Camera2: android 8.1 findings #114

thigg opened this issue Oct 14, 2023 · 1 comment
Labels
Milestone

Comments

@thigg
Copy link

thigg commented Oct 14, 2023

  • move ACaptureRequest to the top (LineageOS/android_frameworks_av@ddf11b4)
  • Android 8.1 has no ACameraWindowType but only ANativeWindow
  • ACameraMetadata_isLogicalMultiCamera is unknown
  • too new enums: ACAMERA_CONTROL_ZOOM_RATIO, ACAMERA_CONTROL_ZOOM_RATIO_RANGE, ACAMERA_CONTROL_AE_COMPENSATION_RANGE, other zoom implementation for older devices required
@mlehtima
Copy link
Contributor

I have locally fixed these so that code will build on 8.1 but zoom still needs to be implemented properly, it's on my todo list

@rainemak rainemak added this to the camera2 milestone Oct 24, 2023
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

3 participants