|
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
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. |
04-02-2010, 01:38 PM | #7 |
Member
Join Date: Feb 2008
Location: compton hills
Posts: 38
|
microsoft has a program called note one , it comes in the office home and student 2007 version. On that program, you just press the lil windows icon on your keyboard along with s, and ANYTHING on your screen freezes you just have to crop and paste. the only downside its like 100.bucks +-
|
04-02-2010, 07:04 PM | #8 |
Administrator
Join Date: Mar 2005
Location: 1-2 miles off the point
Posts: 6,943
|
Way t' go Rob!
__________________
|
04-02-2010, 09:20 PM | #9 |
Senior Member
Join Date: Feb 2010
Location: Clairemont
Posts: 813
|
|
04-03-2010, 02:25 PM | #10 |
Senior Member
Join Date: Mar 2010
Location: Santee
Posts: 904
|
without the nerds we wouldn't have cheap computers to access this forum - or the LJ webcam, we wouldn't have the low priced, small fish-finders for the kayaks....
|
04-03-2010, 05:43 PM | #11 |
Senior Member
Join Date: Apr 2005
Posts: 286
|
Press "print screen" on your keyboard
Open image editing program Edit>Paste as New Image Crop to your liking. |
04-03-2010, 06:21 PM | #12 |
Senior Member
Join Date: Mar 2010
Location: Santee
Posts: 904
|
Trying to get a url so that I can feed it to an automated program that will grab an image once every 5 minutes.
|
04-03-2010, 07:43 PM | #13 |
Senior Member
Join Date: Feb 2010
Location: Clairemont
Posts: 813
|
you can also just click on the webcam's image and drag it to your desktop.
|
04-05-2010, 09:53 AM | #14 |
Senior Member
Join Date: Mar 2010
Location: Santee
Posts: 904
|
Found some info on the camera and tried doing this in the browser:
HTML Code:
http://bigwatersedge.axiscam.net/axis-cgi/jpg/image.cgi?resolution=4CIF&camera=1 but it comes up with a blank screen. This seems to be the right way to do it (I found a manual on-line) - but nothing happens. |
|
|