Manejar una webcam con PHP
Es posible crear una aplicación web que muestre las imagenes que capta una webcam usando php o alguna otro lenguaje orientado a web?????
Gracias.
Gracias.
Hola, yo tambien estoy interesado en realizar una aplicacion web que muestre imagenes de una webcam,, si consigues alguna informacion te estaria muy agradecido de que me la enviases, si yo lo consigo antes, descuida que te enviare un correo diciendote como lo he conseguido.
1 saludo!!
1 saludo!!
SI CONSIGUES LA INFORMACION DE MANEJAR LA WEBCAM ME AVISAS POR FAVOR DONDE PUEDO OBTENERLA TB NECESITO URGENTE
Quieren hacer porno chat verdad jajaja... bueno no importa siempre y cuando me den una membresia gratis jejeje
talvez este codigo les puede servir, no lo he probado pero hay me cuentan si sirve
Installation
whereever you want your webcam to appear you put in this code
<script language="JavaScript" type="text/javascript" src="webcam.js"></script><br><a href="http://bredesen.dk/scripts/webcam.htm" target="_blank"><img src="http://bredesen.dk/scripts/cam.gif" border="0" alt="Get this script!" /></a>
save file and upload it to your site along with the webcam.js script to the same directory
Please give a link back to my page if you use this script, so people can find it.
If you have ideas for modifications or improvements send me the code and I will give you credit on this page.
[email protected]
Credits:
DynamicDrive.com
Permadi.com
save as webcam.js********************************************************************
<!-- Begin
//Script created by Martin Bredesen www.bredesen.dk
//Free to use if you give me credit on your page
document.write('<a href="http://localhost/index0.html" target="_blank">');
document.write('<img src="http://localhost" name="webcam" width="320" height="240" border="0" id="webcam"></a>');
function reloadImage() {
var now = new Date();
if (document.images) {
document.images.webcam.style.filter="blendTrans(duration=3)";
document.images.webcam.filters.blendTrans(duration=3).Apply();
document.images.webcam.filters.blendTrans.Play();
document.images.webcam.src = 'http://localhost?' + now.getTime();
}
else if (document.getElementById.webcam) {
img = document.getElementById('webcam');
img.src = 'http://localhost?' + now.getTime();
}
setTimeout('reloadImage()',3000);
}
setTimeout('reloadImage()',3000);
//Disable right click script III- By Renigade ([email protected])
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// End -->
saludos
talvez este codigo les puede servir, no lo he probado pero hay me cuentan si sirve
Installation
whereever you want your webcam to appear you put in this code
<script language="JavaScript" type="text/javascript" src="webcam.js"></script><br><a href="http://bredesen.dk/scripts/webcam.htm" target="_blank"><img src="http://bredesen.dk/scripts/cam.gif" border="0" alt="Get this script!" /></a>
save file and upload it to your site along with the webcam.js script to the same directory
Please give a link back to my page if you use this script, so people can find it.
If you have ideas for modifications or improvements send me the code and I will give you credit on this page.
[email protected]
Credits:
DynamicDrive.com
Permadi.com
save as webcam.js********************************************************************
<!-- Begin
//Script created by Martin Bredesen www.bredesen.dk
//Free to use if you give me credit on your page
document.write('<a href="http://localhost/index0.html" target="_blank">');
document.write('<img src="http://localhost" name="webcam" width="320" height="240" border="0" id="webcam"></a>');
function reloadImage() {
var now = new Date();
if (document.images) {
document.images.webcam.style.filter="blendTrans(duration=3)";
document.images.webcam.filters.blendTrans(duration=3).Apply();
document.images.webcam.filters.blendTrans.Play();
document.images.webcam.src = 'http://localhost?' + now.getTime();
}
else if (document.getElementById.webcam) {
img = document.getElementById('webcam');
img.src = 'http://localhost?' + now.getTime();
}
setTimeout('reloadImage()',3000);
}
setTimeout('reloadImage()',3000);
//Disable right click script III- By Renigade ([email protected])
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// End -->
saludos