58a59
> from Graphics import ImageFormat
301c302,305
< enable_capture = Param.Bool(True, "capture frame to system.framebuffer.bmp")
---
> enable_capture = Param.Bool(True, "capture frame to "
> "system.framebuffer.{extension}")
> frame_format = Param.ImageFormat("Auto",
> "image format of the captured frame")