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

From OLPC
Jump to navigation Jump to search
(creation)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
* fixed a buffer size bug, v4l2 is weird
* fixed a buffer size bug, v4l2 is weird
* read through gstreamer's v4l2src to figure out why its quicker
* read through gstreamer's v4l2src to figure out why its quicker
== Wednesday ==
* added yuv420 and bayer support
* still debugging RGB565 (is it even really RGB565?)
== Thursday ==
* debugged some bayer problems
* tested rgb444 (works), but still no luck with rgb565 on the XO
== Saturday ==
* added camera controls support, with horizontal and vertical flip
* added a function to get image size
* changed get_image to allow Surface reuse
* got YUV420 working properly
* rode my bike through a tropical storm to go to work to commit my code

Latest revision as of 08:08, 14 June 2008

Sunday

  • added Camera.query_image() to pygame
  • attempted to debug RGB565

Monday

  • still debugging RGB565
  • fixed a buffer size bug, v4l2 is weird
  • read through gstreamer's v4l2src to figure out why its quicker

Wednesday

  • added yuv420 and bayer support
  • still debugging RGB565 (is it even really RGB565?)

Thursday

  • debugged some bayer problems
  • tested rgb444 (works), but still no luck with rgb565 on the XO

Saturday

  • added camera controls support, with horizontal and vertical flip
  • added a function to get image size
  • changed get_image to allow Surface reuse
  • got YUV420 working properly
  • rode my bike through a tropical storm to go to work to commit my code