识别
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user