Skip to content

Commit c439c27

Browse files
njhollinghurstnaushir
authored andcommitted
pipeline: rpi: Add comments (only) to vc4 YAML defaults files.
example.yaml: Add comments about "disable_startup_frame_drops", "raw_mandatory_stream" and "output0_mandatory_stream" options. rpi_apps.yaml: Add a comment about "camera_timeout_value_ms" although it is not changed from the default value (following the existing example of "disable_startup_frame_drops"). Signed-off-by: Nick Hollinghurst <[email protected]>
1 parent d1a7120 commit c439c27

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/libcamera/pipeline/rpi/vc4/data/example.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,18 @@
3737
# timeout value.
3838
#
3939
# "camera_timeout_value_ms": 0,
40+
41+
# Override any request from the IPA to drop a number of startup
42+
# frames.
43+
#
44+
# "disable_startup_frame_drops": false,
45+
46+
# Set if the application will always provide a request buffer
47+
# for the RAW stream, if it has been configured.
48+
# "raw_mandatory_stream": false,
49+
50+
# Set if application will always provide a request buffer
51+
# for the Output 0 stream, if it has been configured.
52+
# "output0_mandatory_stream": false,
4053
}
4154
}

src/libcamera/pipeline/rpi/vc4/data/rpi_apps.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
#
3030
"min_total_unicam_buffers": 4,
3131

32+
# Custom timeout value (in ms) for camera to use. This overrides
33+
# the value computed by the pipeline handler based on frame
34+
# durations.
35+
#
36+
# Set this value to 0 to use the pipeline handler computed
37+
# timeout value.
38+
#
39+
# "camera_timeout_value_ms": 0,
40+
3241
# Override any request from the IPA to drop a number of startup
3342
# frames.
3443
#

0 commit comments

Comments
 (0)