Skip to content

Image captured using camera intent gets rotated on some devices #17

Description

@aitbaali
public class ProfileFragment extends Fragment implements ActivityStarter {
.....

profileImagePicker = new PicPicker(getContext(), this, new PicResultListener() {
                            @Override
                            public void onPictureResult(Bitmap bitmap) {
                                updateProfile(bitmap);
                            }
                        });
                        profileImagePicker.camera();

I've found this solution, but how can I retrieve the uri?

http://stackoverflow.com/questions/14066038/why-does-an-image-captured-using-camera-intent-gets-rotated-on-some-devices-on-a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions