<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Geeked.Info - Latest Comments in Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://geekedinfo.disqus.com/</link><description></description><atom:link href="https://geekedinfo.disqus.com/time_lapse_photography_with_a_ti_85_graphing_calculator/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 02 Oct 2011 07:05:24 -0000</lastBuildDate><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-324947934</link><description>&lt;p&gt;I'm having the same issue as 'Joey' .... does the camera need to be on a certain setting to read the program?  I'm using a canon 300D.  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Docwatson</dc:creator><pubDate>Sun, 02 Oct 2011 07:05:24 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-110876727</link><description>&lt;p&gt;Followed the directions to the tee but it doesn't work. I'm using a TI-85 and programmed it exactly as you say, with "Outpt("CBLSEND",A)" instead of "Send (A)", plugged it into my Canon T2i in manual mode, ran the program, calculator seems to be running fine, saying "SNAP" at each interval (I added that command in there), but the camera doesn't release the shutter--the lower display bar just flashes on and off at the interval. What's wrong? Is there a setting in the camera to get it to read the signal as a command to release the shutter?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joey</dc:creator><pubDate>Sun, 12 Dec 2010 22:41:28 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-35851730</link><description>&lt;p&gt;BUMP&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas</dc:creator><pubDate>Mon, 22 Feb 2010 09:55:36 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-33099159</link><description>&lt;p&gt;You don't happen to know how to do this with a Casio calc (CFX-9859CG plus)?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas</dc:creator><pubDate>Mon, 08 Feb 2010 15:24:16 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-17723418</link><description>&lt;p&gt;I have a Sony DSC-V3, and I cannot get this to work. I have tried a TI-82, TI-83, and TI-85. I'm hooking the link cable from the calculator to the ACC in.&lt;/p&gt;&lt;p&gt;If Anyone could help me be able to shoot timelapse I would much appreciate it.&lt;/p&gt;&lt;p&gt;Is there software out there, so that I could use a laptop?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">oneironaut</dc:creator><pubDate>Mon, 28 Sep 2009 12:03:32 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-16276140</link><description>&lt;p&gt;H doesn't need to be defined. A is the delay in between photos that you get prompted for when the program first executes. You will want to set this number relatively high.  This might be the reason your camera is attempting to focus.  For time lapse I'd recommend switching to manual focus and setting the focu manually before running the program.  This way your camera won't change focus while shooting.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">edrabbit</dc:creator><pubDate>Wed, 09 Sep 2009 18:24:26 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-16038486</link><description>&lt;p&gt;I've copied your code to the letter but when I run it my camera only focuses and doesn't take the photo.  Any ideas?  What is H and should I define a value for it?  Also, is A meant to be the number of photos or how long it runs for?  &lt;br&gt;Thanks for any ideas you have.&lt;br&gt;M&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Name</dc:creator><pubDate>Sat, 05 Sep 2009 21:01:23 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-7691197</link><description>&lt;p&gt;Here's my code:&lt;/p&gt;&lt;p&gt;PROGRAM:CAMERA&lt;br&gt;:Prompt A&lt;br&gt;:While 1&lt;br&gt;:For(H,1,A,1)&lt;br&gt;:End&lt;br&gt;:Disp "Snap"&lt;br&gt;:Output("CBLSEND",A)&lt;br&gt;:End&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">edrabbit</dc:creator><pubDate>Tue, 31 Mar 2009 19:08:24 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-7690955</link><description>&lt;p&gt;How come you didn't include the code for the line that goes "snap"?&lt;/p&gt;&lt;p&gt;Can you please put the exact code you used for your Ti-85?  It's kind of unclear what you altered...  Thanks...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">son</dc:creator><pubDate>Tue, 31 Mar 2009 18:56:37 -0000</pubDate></item><item><title>Re: Time-Lapse Photography with a TI-85 Graphing Calculator</title><link>http://www.geeked.info/time-lapse-photography-with-a-ti-85-graphing-calculator/#comment-3564534</link><description>&lt;p&gt;That is absolutely amazing.  Now I need to visit my parents and dig up my old calculator to try this.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karen</dc:creator><pubDate>Wed, 05 Nov 2008 23:36:46 -0000</pubDate></item></channel></rss>