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

Video need camera not work. How to solve this problem #153

Open
xesun opened this issue Apr 13, 2019 · 0 comments
Open

Video need camera not work. How to solve this problem #153

xesun opened this issue Apr 13, 2019 · 0 comments

Comments

@xesun
Copy link

xesun commented Apr 13, 2019

BoxingConfig config = new BoxingConfig(BoxingConfig.Mode.VIDEO);
config.needCamera(R.drawable.ic_photo_camera_indigo_400_36dp)
.withMaxCount(1)
.withMediaPlaceHolderRes(R.drawable.icon_ub)
.withAlbumPlaceHolderRes(R.drawable.icon_ub);
Boxing.of(config).withIntent(getActivity(), BoxingActivity.class).start(getActivity(), 24);
Camera not clicked but Image camera fine
device-2019-04-13-142202

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

1 participant