summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/user-check.svg
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-04-13 11:36:40 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-04-13 20:55:40 +0100
commitc8cfa6650d6f0f665ead2070e6f2767095331084 (patch)
tree600f5adf7e62ab832c97bfb31a7dfbd5eb0336ab /src/qcam/assets/feathericons/user-check.svg
parent1c9f2d7889b1e158bfac320cc270f0f9314b779e (diff)
libcamera: pipeline_handler: Document requestSequence_
The documentation for requestSequence_ was not added when the sequence number was implemented. Provide it. Fixes: d874b3e34173 ("libcamera: request: Provide a sequence number") Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/qcam/assets/feathericons/user-check.svg')
0 files changed, 0 insertions, 0 deletions
c_dir" ] && [ -f "$src_dir"/.tarball-version ] then cat "$src_dir"/.tarball-version exit 0 fi # Bail out if the directory isn't under git control git_dir=$(git rev-parse --git-dir 2>&1) || exit 1 # Derive the source directory from the git directory if not specified. if [ -z "$src_dir" ] then src_dir=$(readlink -f "$git_dir/..") fi # Get a short description from the tree. version=$(git describe --abbrev=8 --match "v[0-9]*" 2>/dev/null)