Skip to content

Commit db59760

Browse files
committed
update kotlin doc
1 parent 67153c7 commit db59760

File tree

1 file changed

+2
-2
lines changed
  • data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/doc_code_snippet/detailed_setup_guide

1 file changed

+2
-2
lines changed

data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/doc_code_snippet/detailed_setup_guide/MockCameraSnippet.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class MockCameraSnippet {
1414
* Make sure to replace the image path with a valid one in your project.
1515
*
1616
* `MockCameraResourceProvider` - delegate that used for feeding camera with fake frames.
17-
* `getFrameImagePath()` - should return path to the absolute path to the `File` in format without `file://` schema
18-
* `getCapturedImagePath()` - should return path to the absolute path to the `File` in format without `file://` schema
17+
* `getFrameImagePath()` - should return path to the absolute path to the `File` in format without `file://` schema and will be used as detection frame.
18+
* `getCapturedImagePath()` - should return path to the absolute path to the `File` in format without `file://` schema and will be used as captured image.
1919
* `showDebugImage` - if true, the mock camera will show `getFrameImagePath` file as image preview.
2020
* `tryHideFinderView` - if true, the finder view will be hidden.
2121
* `tryHidePolygonView` - if true, the ar overlay polygon view will be hidden.

0 commit comments

Comments
 (0)