<
{{ props.title }}
{{ initialized ? '就绪' : '初始化中' }}
{{ props.subTitle }}
相机正在准备中,请确认系统相机权限已允许
摄像头:{{ cameraPosition == 'front' ? '前置' : '后置' }}
闪光灯:{{ flashModeLabel }}
保存到相册:{{ saveToAlbum ? '是' : '否' }}
{{ statusText }}
最后照片:{{ lastPhotoPath }}
最后视频:{{ lastVideoPath }}
切换
拍照
{{ isRecording ? '停止' : '录像' }}
保存到相册
闪光灯
关
开
自动