Lines Matching +full:2 +full:- +full:pixel +full:- +full:align
1 .. SPDX-License-Identifier: GPL-2.0
10 ------------
24 ----------------------------------
28 |\ +---------------+ +-----------+
29 +----------+ | \ | | | |
31 | MIPI |----->| |----->| ISP |----->| |
33 +----------+ | | | | | Memory |
34 |MUX| +---------------+ | Interface |
35 +----------+ | | | |
36 | | | |---------------------------->| |
37 | Parallel |----->| | | |
39 +----------+ | / | |
40 |/ +-----------+
42 - MIPI: The MIPI interface, receiving data from a MIPI CSI-2 camera sensor.
44 - Parallel: The parallel interface, receiving data from a parallel sensor.
46 - ISP: The ISP, processing raw Bayer data from an image sensor and producing
51 --------
57 .. kernel-figure:: starfive_camss_graph.dot
59 :align: center
61 The driver has 2 video devices:
63 - capture_raw: The capture device, capturing image data directly from a sensor.
64 - capture_yuv: The capture device, capturing YUV frame data processed by the
69 - stf_isp: is responsible for all the isp operations, outputs YUV frames.
70 - cdns_csi2rx: a CSI-2 bridge supporting up to 4 CSI lanes in input, and 4
71 different pixel streams in output.
72 - imx219: an image sensor, image data is sent through MIPI CSI-2.