|
Home | Forum | Online Store | Information | LJ Webcam | Gallery | Register | FAQ | Community | Calendar | Today's Posts | Search |
|
Thread Tools | Display Modes |
|
04-01-2010, 02:41 PM | #1 |
Senior Member
Join Date: Mar 2010
Location: Santee
Posts: 904
|
LJ webcam - techno question
Does anyone know how to grab a single image from the web-cam? I don't mean a screen shot, more something like this:
http://bigwatersedge.axiscam.net/axi...mjpg/image.cgi I have a webcam application that goes out and grabs images once every 5 minutes or whatever setting you choose and saves the images. It would be cool to do that with the LJ webcam. |
04-01-2010, 02:56 PM | #2 |
Senior Member
Join Date: Feb 2010
Location: Clairemont
Posts: 813
|
wait till the camera times out, then just drag it to your desktop
|
04-01-2010, 03:11 PM | #3 |
Senior Member
Join Date: Mar 2010
Location: Santee
Posts: 904
|
|
04-01-2010, 03:24 PM | #4 |
Member
Join Date: Dec 2009
Location: San Diego
Posts: 89
|
So are you trying to hit the LJ cam every 5 minutes, cache a still and render elsewhere? I might be able to help you if you provide more req's.
__________________
<' )))><es |
04-01-2010, 04:11 PM | #5 |
Senior Member
Join Date: Mar 2010
Location: Santee
Posts: 904
|
Close. If I can grab a still image from the LJ cam once every 5 minutes using a url link or something similar, the software will automatically save it to a file. At a later point I'll put all the images together for a timelapse video.
|
04-02-2010, 12:26 PM | #6 |
Senior Member
Join Date: Jun 2009
Posts: 186
|
maybe this helps:
the webcam page source includes a file called lajollawebcam.js http://www.bigwatersedge.com/webcam/lajollawebcam.js the javascript auto creates the IMG tag and cycles a new image. the IMG tag code is in there. the only hangup might be the "theDate.getTime().toString() which will be part of the document.write code. however, I'd guess ?? that if you worked up the code from that (see code) baseURL+=File+= etc. you'd be able to grab the image in a browser with javascript. now, can you use it in another application? well, once you can grab them from the internet, pretty much it's a scripting issue. in fact, any app that can grab internet images could, the only hiccup will be the getTime() issue and filenames. hope that helps. |
|
|