Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ public void onPictureTaken(byte[] data, Camera camera) {

//启动录像
public void startRecord(Surface surface, float screenProp, ErrorCallback callback) {
mCamera.stopPreview();
mCamera.setPreviewCallback(null);
final int nowAngle = (angle + 90) % 360;
//获取第一帧图片
Expand Down