Skip to content

Commit e3a941e

Browse files
committedOct 29, 2023
Docs
1 parent c3480e2 commit e3a941e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
 

‎R/qr.R

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
#' the text value from the QR code if detected, or NULL if no QR was found. If
55
#' `draw = TRUE` then it returns an annotated image with the position and
66
#' value of the QR drawn into the image, and qr text value as an attribute.
7-
#'
8-
#' The `qr_scanner` function tries to open the camera device (if available on
9-
#' your computer) and repeats calling [ocv_qr_detect] until it has found a QR
10-
#' code, or until interrupted.
7+
#' The `qr_scanner` function opens the camera device (if available on your
8+
#' computer) and repeats [ocv_qr_detect] until it a QR is detected.
119
#'
1210
#' OpenCV has two separate QR decoders. The 'wechat' decoder was added in
1311
#' libopencv 4.5.2 and generally has better performance and fault-tolerance.

‎man/qrcode.Rd

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.