We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有一个问题 在Camera2Manager类 public void switchMode(int currentMode) 方法, //切换到拍照模式 case Constant.MODE_CAMERA: // 注意:切换为拍照模式, 这里停止录像操作 this.videoRecordOperator.stopOperate(); this.currentOperator = this.pictureOperator; break;
这里逻辑是错误的, 切换为拍照模式时,停止录像操作是错误的, 应当允许一边录像一边拍照! 应当允许一边录像一边拍照!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
有一个问题 在Camera2Manager类
public void switchMode(int currentMode) 方法,
//切换到拍照模式
case Constant.MODE_CAMERA:
// 注意:切换为拍照模式, 这里停止录像操作
this.videoRecordOperator.stopOperate();
this.currentOperator = this.pictureOperator; break;
这里逻辑是错误的, 切换为拍照模式时,停止录像操作是错误的, 应当允许一边录像一边拍照! 应当允许一边录像一边拍照!!!
The text was updated successfully, but these errors were encountered: