libcamera v0.1.0+127-8e215127-dirty (2023-12-02T01:06:12+00:00)
Supporting cameras in Linux since 2019
v4l2_subdevice.h File Reference

V4L2 Subdevice API. More...

#include <memory>
#include <optional>
#include <ostream>
#include <string>
#include <vector>
#include <linux/v4l2-subdev.h>
#include <libcamera/base/class.h>
#include <libcamera/base/log.h>
#include <libcamera/color_space.h>
#include <libcamera/geometry.h>
#include "libcamera/internal/formats.h"
#include "libcamera/internal/media_object.h"
#include "libcamera/internal/v4l2_device.h"
Include dependency graph for v4l2_subdevice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  libcamera::V4L2SubdeviceCapability
 struct v4l2_subdev_capability object wrapper and helpers More...
 
struct  libcamera::V4L2SubdeviceFormat
 The V4L2 sub-device image format and sizes. More...
 
class  libcamera::V4L2Subdevice
 A V4L2 subdevice as exposed by the Linux kernel. More...
 
class  libcamera::V4L2Subdevice::Routing
 V4L2 subdevice routing table. More...
 

Namespaces

namespace  libcamera
 Top-level libcamera namespace.
 

Functions

std::ostream & libcamera::operator<< (std::ostream &out, const V4L2SubdeviceFormat &f)
 Insert a text representation of a V4L2SubdeviceFormat into an output stream. More...
 

Detailed Description

V4L2 Subdevice API.