gobeyondmyself
gobeyondmyself
我也不能准确告诉你问题所在,但目前我是解决了的。这是存储路径的问题。这是我目前所用的存储路径String filePath = getExternalFilesDir(Environment.DIRECTORY_PICTURES).getAbsoluteFile() +File.separator+"compressPicture";是没问题的。
很遗憾告诉你,据我目前了解该框架目前没此功能。但我之前用的PhotoPicker框架有此功能,但目前是停止维护状态。
because when you call startpreview,you will call Camera1Base.startPreview, then,call the Camera1ApiManager.start, last ,get the camera yuv data.
i don't knwo that,I'm also studying the source code. can you help me solve #88 problem?
if (position == 0) { // mWidth = mMaxTextWidth + mHorizontalMargin * 2; mWidth = mMaxTextWidth + holder.horizontal.getPaddingLeft() + holder.horizontal.getPaddingRight(); if (!iconIsGone) { // mWidth += mIconWidth + mIconTextMargin; ViewGroup.MarginLayoutParams...