Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
jb...@google.com <jb...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
Description
The Contract code
TakeVideo
ActivityResult contract has a fundamental error in it. It's supposed to accept aUri
and returns aBitmap
:After looking at the Camera2 AOSP code, there is no mentions of returning a Bitmap, it actually returns a Uri: Camera 2 returns logic & LegacyCamera returns logic .
I've written a functional contract here .
Can a fix be done both on the alpha and stable releases? Thanks.