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

add support for RAW once CameraX supports it #14

Open
thestinger opened this issue Oct 5, 2021 · 5 comments
Open

add support for RAW once CameraX supports it #14

thestinger opened this issue Oct 5, 2021 · 5 comments

Comments

@thestinger
Copy link
Member

No description provided.

@thestinger
Copy link
Member Author

Once this is implemented, we can consider implementing saving in other formats like AVIF when RAW support is available by converting from the bitmap provided by the RAW format.

@ghost ghost mentioned this issue Apr 1, 2022
@ghost
Copy link

ghost commented May 17, 2022

CameraX is the abstraction of Camera2 and even Camera1 APIs made with far better integration, ease of use, portability, and even compatibility with legacy / broken devices instead of having the developers themselves hardwire quirks and workarounds and use very complex APIs that come with Camera2/1.

https://developer.android.com/training/camerax

@MHShetty
Copy link
Member

Here's a feature request filed on CameraX's issue tracker related to this issue - https://issuetracker.google.com/issues/177918194

@MHShetty
Copy link
Member

MHShetty commented Sep 6, 2024

The CameraX team has accepted this issue and we should have something that can be used to get access to RAW/DNG to support custom formats and requirements in their upcoming releases

@FLchs
Copy link

FLchs commented Nov 4, 2024

🎉

RAW/RAW + JPEG implementation is already done in CameraX. It will be released in the next version (1.5.0 alpha03).

https://issuetracker.google.com/issues/177918194#comment12

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

No branches or pull requests

3 participants