This commit is contained in:
yumoqing 2025-09-29 17:52:42 +08:00
parent c3740ad92f
commit 90134e631c

View File

@ -137,7 +137,7 @@ bricks.SysVideoRecorder = class extends bricks.MediaRecorder {
this.preview.add_widget(this.imgw);
this.task = schedule_once(this.show_picture.bind(this), this.task_period);
}
show_picture(){
async show_picture(){
if (this.task_period == 0){
return;
}