Navigation Menu

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

results taken from camera #6

Open
dn0myaraymond opened this issue Nov 26, 2018 · 6 comments
Open

results taken from camera #6

dn0myaraymond opened this issue Nov 26, 2018 · 6 comments

Comments

@dn0myaraymond
Copy link

Your library is great man! however i encountered a problem when photo taken from the camera, it doesn't give result.

@maayyaannkk
Copy link
Owner

Please provide more information of this problem

@mermaidshop
Copy link

mermaidshop commented Mar 17, 2019

Camera doesn't start when choosed.
There's no error on Logcat.
Tested on Android 8.1.0 API 27.

@maayyaannkk
Copy link
Owner

It could be a permission issue, could you try out the latest release

@GowthamGandhirajSrirengarayar

Hi @maayyaannkk , I too faced issue with Camera @mermaidshop mentioned? Any solution!!

@parasnath
Copy link

parasnath commented Sep 2, 2019

Hi @maayyaannkk , Not getting camera result , In case of Fragment.

@eduardothiesen
Copy link

No camera result for intents with only camera.

Intent intent = new Intent(getContext(), ImageSelectActivity.class);
intent.putExtra(ImageSelectActivity.FLAG_CAMERA, true);
intent.putExtra(ImageSelectActivity.FLAG_GALLERY, false);
startActivityForResult(intent, TAKE_IMAGE_ID);

String filePath = data.getStringExtra(ImageSelectActivity.RESULT_FILE_PATH); Bitmap bitmap = BitmapFactory.decodeFile(filePath); //returns null

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

No branches or pull requests

6 participants