You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/doc_code_snippet/detailed_setup_guide/MockCameraSnippet.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ class MockCameraSnippet {
14
14
* Make sure to replace the image path with a valid one in your project.
15
15
*
16
16
* `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.
19
19
* `showDebugImage` - if true, the mock camera will show `getFrameImagePath` file as image preview.
20
20
* `tryHideFinderView` - if true, the finder view will be hidden.
21
21
* `tryHidePolygonView` - if true, the ar overlay polygon view will be hidden.
0 commit comments