Skip to content

问题 #3

@yangmingchuan

Description

@yangmingchuan

第一个问题:

第一次安装 如果用户还没有点击权限同意 camera 获取不到宽高
@OverRide
protected void onResume() {
super.onResume();
mSurfaceView.onResume();
mCamera.startPreview();
mPreviewSize = mCamera.getOutputSize();
if(mPreviewSize !=null){
mSurfaceView.setPreviewSize(mPreviewSize.height,mPreviewSize.width);
}
hideSystemNavigationBar();
}

但是之后再也没有遇到过了。。。

第二个问题:
java.lang.IllegalStateException: Session has been closed; further changes are illegal.

相机应该还没有准备好。。。

第三个问题:

录制完成后下一步,但是切换特效 好像没有您博客截图中的特效。。。

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