User:Nrp/Weekly updates/20080816: Difference between revisions

From OLPC
Jump to navigation Jump to search
(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....)
 
Line 10: Line 10:
== Thursday ==
== 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.
* Fixed a bug in the connected components code that was reported to me. Added more comments to it to clarify stuff that was confusing.
* Fixed a bug with threading in average_color

Revision as of 00:09, 15 August 2008

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.
  • Fixed a bug with threading in average_color