libcamera  v0.2.0+150-2031e2f2
Supporting cameras in Linux since 2019
Classes | Namespaces
framebuffer.h File Reference

Frame buffer handling. More...

#include <assert.h>
#include <limits>
#include <memory>
#include <stdint.h>
#include <vector>
#include <libcamera/base/class.h>
#include <libcamera/base/shared_fd.h>
#include <libcamera/base/span.h>
Include dependency graph for framebuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  libcamera::FrameMetadata
 Metadata related to a captured frame. More...
 
struct  libcamera::FrameMetadata::Plane
 Per-plane frame metadata. More...
 
class  libcamera::FrameBuffer
 Frame buffer data and its associated dynamic metadata. More...
 
struct  libcamera::FrameBuffer::Plane
 A memory region to store a single plane of a frame. More...
 

Namespaces

 libcamera
 Top-level libcamera namespace.
 

Detailed Description

Frame buffer handling.