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

应当允许一边录像一边拍照 #5

Open
aduovip opened this issue Jul 17, 2020 · 0 comments
Open

应当允许一边录像一边拍照 #5

aduovip opened this issue Jul 17, 2020 · 0 comments

Comments

@aduovip
Copy link

aduovip commented Jul 17, 2020

有一个问题 在Camera2Manager类
public void switchMode(int currentMode) 方法,
//切换到拍照模式
case Constant.MODE_CAMERA:
// 注意:切换为拍照模式, 这里停止录像操作
this.videoRecordOperator.stopOperate();
this.currentOperator = this.pictureOperator; break;

这里逻辑是错误的, 切换为拍照模式时,停止录像操作是错误的, 应当允许一边录像一边拍照应当允许一边录像一边拍照!!!

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