<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d17839287\x26blogName\x3dericStimmel\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://ericstimmel.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://ericstimmel.blogspot.com/\x26vt\x3d-2453411814087941203', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

ericStimmel

...excerpts from my studio work at cranbrook...

more notes on method

Exifer is a free app for PC that lets you add EXIF data to a JPEG that doesn't have pre-existing EXIF headers... this is good since i need to add a date stamp to that header...

would like to find a OSX/Linux app that does that preferably as a command line tool that is very very small...

so this is what i think has to happen with the webcam images:

take the picture on a schedule [ cron job ] -- check.
rename it to a unique filename [ the date ] -- check.
add EXIF datestamp [ ? ]
add geocode tags to EXIF header [ ? ]
move to remote webserver [ ncftp ] -- check.
display as a pin on a map [ maybe google maps, but i'm flexible ]

other things that need to happen:

draw path on map showing route taken from gps data [ save data to .GPX rather than .XML maybe? and try some other options of overlaying track data... ]

alright... that's enough for this update... time to get back to making this presentable.
« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

» Post a Comment