|
|
|
ช่วยหน่อยคะ ถ่ายรูปจากเว็บแคมแล้วเก็บไว้ในฐานข้อมูล ใช้ชื่่อที่ไม่ซ้ำกัน แล้วเก็บเป็นพาท |
|
|
|
|
|
|
|
ตั้งชื่อเป็นวันและเวลาครับ เช่น 20111010110000 (วันที่10ตุลาปี2011เวลา11.00.00น.)
|
|
|
|
|
Date :
2011-10-10 11:02:46 |
By :
avsqlz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อยากทราบรูปแบบหลักการของมันอ่าคะ ช่วยหน่อยนะคะ T_T
|
|
|
|
|
Date :
2011-10-10 15:13:20 |
By :
offnoii |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ่ายรูปจากเว็บแคมแล้วเก็บไว้ใน folnder ยังไง
<!doctype html5>
<html manifest="cache.manifest">
<head>
<meta charset="utf-8" />
<title>addpoto</title>
</head>
<body >
<video id="video" width="340" height="180" autoplay></video>
<button id="snap" name="sava" value="ບັນທືກ">ຖ່າຍຮູບ</button>
<canvas id="canvas" width="340" height="180"></canvas>
<SCRIPT>
if(navigator.mediaDevices && navigator.mediaDevices.getUserMedia) {
navigator.mediaDevices.getUserMedia({ video: true }).then(function(stream) {
video.src = window.URL.createObjectURL(stream);
video.play();
});
}
var canvas = document.getElementById('canvas');
var context = canvas.getContext('2d');
var video = document.getElementById('video');
document.getElementById("snap").addEventListener("click", //
function() {
context.drawImage(video, 0, 0, 240, 180);
});
</SCRIPT>
</body>
|
|
|
|
|
Date :
2018-06-11 09:38:33 |
By :
kai |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|