This commit is contained in:
yumoqing 2024-11-22 11:18:42 +08:00
parent e34c6773a6
commit 599fbc28b8

View File

@ -3,6 +3,7 @@ bricks.Camera = class extends bricks.Popup {
/* /*
{ {
fps:60 fps:60
}
*/ */
constructor(opts){ constructor(opts){
opts.fps = opts.fps || 60; opts.fps = opts.fps || 60;