Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: migz1
  • Order by date
  1. migz1

    Webcam Code - Problem with script for additional camera

    Thanks Diancecht !!!! It was the window.onload twice that caused the issue... So instead i called the window.onload = function() { image = document.getElementById('idofyourimage'); setInterval("refreshImage()", 1000); imagecam2 = document.getElementById('idofyourimagecam2')...
  2. migz1

    Webcam Code - Problem with script for additional camera

    What is happening is that only one camera is streaming live and working. The other one is not displaying at all (It displays it for 1 second) and disappears. Thanks, for your quick response I will remove it out of the TD - but surely that can't be the problem.
  3. migz1

    Webcam Code - Problem with script for additional camera

    Hi, I've just bought an additional webcam to add to my site. I wanted to create a admin panel where both cameras are streaming on the same web page. Can someone tell me where I have gone wrong ? <head> <META HTTP-EQUIV="Refresh" CONTENT="1200;URL=http://localhost/index.php"> </head> <body>...
  4. migz1

    Webcam - Image Array script not working

    Hi I just got it... I added and additional : image.src = mypics[imageNum++] + '?' + (new Date()).getTime(); to it.
  5. migz1

    Webcam - Image Array script not working

    The code seems to be caching --- ie; if the snap.jpg is moved or rename it doesnt seem to pick it up... Should add somewhere ?rnd=" + (newDate()).getTime() + "'>"; //to the end of the jpg to pick up changes ?? or should I add a no-cache to the html ? (it works this way but, I don't need...
  6. migz1

    Webcam - Image Array script not working

    Thank you all so much.... Dan the code works great.... I couldn't figure out where I went wrong... Now, I understand... Thanks a bunch guys !!!!!
  7. migz1

    Webcam - Image Array script not working

    Hi guys, I'm having some trouble executing my script and I'm not sure where I am going wrong. It for a webcam - The web cam captures 5 images a second and is saved into a directory, (only 5 images) and the 5 images gets over written every 1 second. The script needs to read in sequential order...

Part and Inventory Search

Back
Top