This commit is contained in:
2025-07-28 20:06:02 +08:00
parent 5b8fc1f107
commit 02d4d1b83f
16 changed files with 44 additions and 23 deletions
@@ -55,7 +55,7 @@
});
video.srcObject = stream;
} catch (err) {
console.error("摄像头访问错误:", err);
console.log("摄像头访问错误:", err);
alert(`无法访问摄像头: ${err.message}`);
}
}, 1000)
@@ -5,11 +5,12 @@ using System.Drawing;
using System.IO;
using System.Linq;
using System.Web.Services;
using System.Web.UI;
namespace FineUIPro.Web.WeldMat.UsingSentMat
{
public partial class FaceRecognition : PageBase
public partial class FaceRecognition : Page
{
protected void Page_Load(object sender, EventArgs e)
{