Lines Matching +full:re +full:- +full:configured

1 .. SPDX-License-Identifier: GPL-2.0
14 and uses the Media-Controller API.
27 - RKISP1_V10: used at least in rk3288 and rk3399
28 - RKISP1_V11: declared in the original vendor code, but not used
29 - RKISP1_V12: used at least in rk3326 and px30
30 - RKISP1_V13: used at least in rk1808
36 .. kernel-figure:: rkisp1.dot
43 - rkisp1_mainpath: capture device for retrieving images, usually in higher
45 - rkisp1_selfpath: capture device for retrieving images.
46 - rkisp1_stats: a metadata capture device that sends statistics.
47 - rkisp1_params: a metadata output device that receives parameters
52 - rkisp1_resizer_mainpath: used to resize and downsample frames for the
54 - rkisp1_resizer_selfpath: used to resize and downsample frames for the
56 - rkisp1_isp: is connected to the sensor and is responsible for all the isp
60 rkisp1_mainpath, rkisp1_selfpath - Frames Capture Video Nodes
61 -------------------------------------------------------------
70 the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`.
73 rkisp1_resizer_mainpath, rkisp1_resizer_selfpath - Resizers Subdevices Nodes
74 ----------------------------------------------------------------------------
77 YUV4:2:2 -> YUV4:2:0). They also have cropping capability on the sink pad.
81 case the resizer of the mainpath is set to 'bypass' mode - it just forward the
84 rkisp1_isp - Image Signal Processing Subdevice Node
85 ---------------------------------------------------
87 receives the frames using the CSI-2 protocol. It is responsible of configuring
88 the CSI-2 protocol. It has a cropping capability on sink pad 0 that is
95 rkisp1_stats - Statistics Video Node
96 ------------------------------------
100 Using these data, applications can implement algorithms and re-parameterize
105 :ref:`V4L2_META_FMT_RK_ISP1_STAT_3A <v4l2-meta-fmt-rk-isp1-stat-3a>` as the
110 rkisp1_params - Parameters Video Node
111 -------------------------------------
119 :ref:`V4L2_META_FMT_RK_ISP1_PARAMS <v4l2-meta-fmt-rk-isp1-params>` as the
133 .. code-block:: bash
136 "media-ctl" "-d" "platform:rkisp1" "-r"
137 "media-ctl" "-d" "platform:rkisp1" "-l" "'imx219 4-0010':0 -> 'rkisp1_isp':0 [1]"
138 "media-ctl" "-d" "platform:rkisp1" "-l" "'rkisp1_isp':2 -> 'rkisp1_resizer_selfpath':0 [1]"
139 "media-ctl" "-d" "platform:rkisp1" "-l" "'rkisp1_isp':2 -> 'rkisp1_resizer_mainpath':0 [0]"
141 # set format for imx219 4-0010:0
142 "media-ctl" "-d" "platform:rkisp1" "--set-v4l2" '"imx219 4-0010":0 [fmt:SRGGB10_1X10/1640x1232]'
145 …"media-ctl" "-d" "platform:rkisp1" "--set-v4l2" '"rkisp1_isp":0 [fmt:SRGGB10_1X10/1640x1232 crop: …
146 …"media-ctl" "-d" "platform:rkisp1" "--set-v4l2" '"rkisp1_isp":2 [fmt:YUYV8_2X8/1600x1200 crop: (0,…
149 …"media-ctl" "-d" "platform:rkisp1" "--set-v4l2" '"rkisp1_resizer_selfpath":0 [fmt:YUYV8_2X8/1500x1…
150 …"media-ctl" "-d" "platform:rkisp1" "--set-v4l2" '"rkisp1_resizer_selfpath":1 [fmt:YUYV8_2X8/900x80…
153 "v4l2-ctl" "-z" "platform:rkisp1" "-d" "rkisp1_selfpath" "-v" "width=900,height=800,"
154 "v4l2-ctl" "-z" "platform:rkisp1" "-d" "rkisp1_selfpath" "-v" "pixelformat=422P"
157 v4l2-ctl "-z" "platform:rkisp1" "-d" "rkisp1_selfpath" "--stream-mmap" "--stream-count" "10"
160 In the above example the sensor is configured to bayer format:
161 `SRGGB10_1X10/1640x1232`. The rkisp1_isp:0 pad should be configured to the
163 with 'EPIPE' error. So it is also configured to `SRGGB10_1X10/1640x1232`.
164 In addition, the rkisp1_isp:0 pad is configured to cropping `(0,0)/1600x1200`.
167 isp source pad `rkisp1_isp:2`. Another cropping operation is configured on
170 The resizer's sink pad `rkisp1_resizer_selfpath` should be configured to format
172 link. In addition a cropping `(300,400)/1400x1000` is configured on it.
174 The source pad of the resizer, `rkisp1_resizer_selfpath:1` is configured to
179 Note that the above example does not uses the stats-params control loop.
190 isp (`rkisp1_isp:2`). The quantization configured on this pad is the
194 ``V4L2_QUANTIZATION_DEFAULT`` even if the quantization is configured to full
195 range on `rkisp1_isp:2`. So in order to get the configured quantization,