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

From OLPC
Jump to navigation Jump to search
No edit summary
 
Line 11: Line 11:
* 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
* Fixed a bug with threading in average_color
== Friday ==
* Finally wrote unit tests for the stuff in transform and mask that I wrote. Like magic, it uncovered a bug I didn't notice in mask.outline.
* Fixed the mask.outline bug.

Latest revision as of 17:48, 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

Friday

  • Finally wrote unit tests for the stuff in transform and mask that I wrote. Like magic, it uncovered a bug I didn't notice in mask.outline.
  • Fixed the mask.outline bug.