Release Notes: This release supports cameras using the YUV420P palette (Philips cameras using the "pwc" kernel module). Two minor bugs were fixed; the camera display remains readable even when no camera is detected, and framework no longer hangs on exit.


Release Notes: This release supports cameras using the YUV420P palette (Philips cameras using the "pwc" kernel module). Two minor bugs were fixed; the camera display remains readable even when no camera is detected, and framework no longer hangs on exit.


Release Notes: The build system now uses GNU Autotools. Backend work was done to support more color palettes than just RGB24. Preliminary support for YUV420P (Philips Webcam driver cameras) was added (greyscale only).


Release Notes: The mmap() portions were improved. Kernel headers are no longer included directly; the necessary header is now included with the source. This fixes some compilation problems.


Release Notes: This version fixes a GDK/threads locking bug that caused the display to freeze occasionally. Other minor bugs were corrected.


Release Notes: This version adds the ability to open a new camera, and start up even if it can't find a camera . A new "continuous preview" mode allows animated previews of the previous second of animation, followed by a live frame from the camera. An optional speed limit on he live display helps slower computers. Frameworks can now read frames from the camera via mmap() as well as read() (defaults to mmap() if available).