摄像头调整

This commit is contained in:
CubePlayer
2025-07-27 18:05:08 +08:00
parent 914c60fd72
commit 7485ebf421
3 changed files with 120 additions and 10615 deletions

View File

@ -66,7 +66,7 @@ var AVProVideoWebGL =
// NOTE: When loading from the indexedDB (Application.persistentDataPath),
// URL.createObjectURL() must be used get a valid URL. See:
// http://www.misfitgeek.com/html5-off-line-storing-and-retrieving-videos-with-indexeddb/
path = Pointer_stringify(path);
path = UTF8ToString(path);
_count++;
var vid = document.createElement("video");