User:Nrp/Weekly updates/20080816

From OLPC
< User:Nrp‎ | Weekly updates
Revision as of 19:24, 14 August 2008 by Nrp (talk | contribs) (New page: == Saturday == * Continued bug hunting. * Setting up a windows build environment to test what I'm writing in Windows. == Sunday == * Preparing the camera code for upload to the Pygame SVN....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Saturday

  • Continued bug hunting.
  • Setting up a windows build environment to test what I'm writing in Windows.

Sunday

  • Preparing the camera code for upload to the Pygame SVN. Making sure it compiles correctly and fails gracefully on unsupported platforms (Windows and OS X).

Monday

  • Got Visual Studio 2008 and started setting it up (yay for Microsoft DreamSpark).

Tuesday

  • Spent entirely too much time trying to get a Logitech 9000 webcam working correctly in linux. Once it did, I finally had another webcam to test with, and at high resolutions and framerates. Performance was still good on my T61, even at 800mhz at 960x720 px. The bottleneck is still how fast the camera can capture frames.

Thursday

  • Fixed a bug in the connected components code that was reported to me. Added more comments to it to clarify stuff that was confusing.