rpi_fb_capture v0.2.1 RpiFbCapture.Capture View Source

Capture data and metadata for one frame.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %RpiFbCapture.Capture{
  data: iodata(),
  format: RpiFbCapture.format(),
  height: non_neg_integer(),
  width: non_neg_integer()
}