Skip to content

Commit 94dcf6d

Browse files
committed
removed "<< Back to FAQ index"
1 parent 4f4f9e5 commit 94dcf6d

File tree

71 files changed

+0
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+0
-142
lines changed

barcode-reader/mobile/archive/android/debug-mode.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ needAutoGenerateSidebar: true
88

99
# How to use Debug Mode in Barcode Scanner X?
1010

11-
[<< Back to FAQ index](index.md)
12-
1311
## Debug Mode in BarcodeScannerX(Android)
1412

1513
If you are experiencing app crashes in your own application or you’ve come across some barcode(s) that you can’t read and you have exhausted all of the other troubleshooting methods, Debug Mode of the [BarcodeScannerX](https://www.dynamsoft.com/barcode-reader/sdk-mobile/#appDemo) demo app can help offer one last effort to resolve these issues.

barcode-reader/mobile/archive/android/drivers-license-extraction-v9.6.40.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ needAutoGenerateSidebar: true
88

99
# Can I extract the driver’s information from a PDF417 barcode?
1010

11-
[<< Back to FAQ index](index.md)
12-
1311
In the Barcode Scanner X(mobile app), "US Driver's License" scenario is able to parse driver's information from driver's licenses.
1412

1513
At the moment, there is no external framework that is responsible for this function in the sample. However, the team is currently developing an edition of our complimentary product, the *Dynamsoft Code Parser*, that is compatible with the mobile platform.

barcode-reader/mobile/archive/android/no-camera-enhancer-v9.6.40.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ needAutoGenerateSidebar: true
88

99
# How can I use CameraX or third-party camera modules with Dynamsoft Barcode Reader?
1010

11-
[<< Back to FAQ index](index.md)
12-
13-
1411
You can read this [article](../samples/no-camera-enhancer.md) on how to use the video stream via CameraX such that the output frames from `CameraX` are converted into `imageData` which can be used as input for the barcode reader. If you would like to see a quick code snippet on how to convert these frames from `CameraX` into `ImageData`, please see it <a href="https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/android/api-reference/primary-decode.html?ver=latest#get-imagedata-from-android-camera2" target="_blank">here</a>.
1512

1613
> **_NOTE:_** The Barcode Reader decodes barcodes from an `ImageData` object. The `ImageData` object stores the pixel buffer, width, height, stride and pixel format of the image. *However, it is always recommended to use DBR in conjunction with DCE for the best results and performance*.

barcode-reader/mobile/archive/android/proguard-v9.6.40.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ noTitleIndex: true
1010

1111
# How to prevent project build failure after shrinking code?
1212

13-
[<< Back to FAQ index](index.md)
14-
1513
This page provides you a possible solution when your project build fails after implementing the code obfuscation.
1614

1715
Generally, you don't have to add any configurations when shrinking your code because **proguard rule** is already configured in the aar. However, if you still build failed after shrinking code, you can try to add the following code in the **proguard-rule.pro** file of your project.

barcode-reader/mobile/archive/android/reduce-battery-consumption-v9.6.40.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ needAutoGenerateSidebar: true
88

99
# How can I reduce battery consumption?
1010

11-
[<< Back to FAQ index](index.md)
12-
1311
If you are finding that the battery of your phone is being heavily consumed when using the Barcode Reader, there are a couple of things that you can do to potentially reduce the battery consumption, depending on the usage situation.
1412

1513
For a non-continuous video scanning scenario, make sure to call the [stopScanning]({{ site.android_api }}primary-video.md#stopscanning) method when the video scanning is no longer required.

barcode-reader/mobile/archive/android/template-support-v9.6.40.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ needAutoGenerateSidebar: true
88

99
# How to import the settings of Barcode Scanner X app into my app?
1010

11-
[<< Back to FAQ index](index.md)
12-
1311
In the Barcode Scanner X app, navigate to the use case scenario you are interested in. Tap the **"Export Template"** button at the bottom right corner.
1412

1513
Once you obtain the templates, you can implement them using either of the following methods:

barcode-reader/mobile/archive/ios/drivers-license-extraction-v9.6.40.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ needAutoGenerateSidebar: true
88

99
# Can I extract the driver’s information from a PDF417 barcode?
1010

11-
[<< Back to FAQ index](index.md)
12-
1311
In the Barcode Scanner X(mobile app), "US Driver's License" scenario is able to parse driver's information from driver's licenses.
1412

1513
At the moment, there is no external framework that is responsible for this function in the sample. However, the team is currently developing an edition of our complimentary product, the *Dynamsoft Code Parser*, that is compatible with the mobile platform.

barcode-reader/mobile/archive/ios/no-camera-enhancer-v9.6.40.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ needAutoGenerateSidebar: true
88

99
# How can I use AVCaptureSession or third-party camera modules with Dynamsoft Barcode Reader?
1010

11-
[<< Back to FAQ index](index.md)
12-
1311
You can read this [article](../samples/no-camera-enhancer.md) for how to decode barcodes from AVCaptureSession.
1412

1513
> **_NOTE:_** Decode barcodes from an `ImageData` object. The `ImageData` object stores the pixel buffer, width, height, stride and pixel format of the image. However, it is always recommended to use DBR in conjunction with DCE for the best results and performance.

barcode-reader/mobile/archive/ios/page-freeze-v9.6.40.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ needAutoGenerateSidebar: true
88

99
# Why does the page sometimes freeze when I start the scanner?
1010

11-
[<< Back to FAQ index](index.md)
12-
1311
Before a barcode reader instance can be created, a one-time connection for license validation needs to occur when the app initializes (or whenever the license is set before the barcode reader instance creation). Sometimes, this license validation could take a second to complete.
1412

1513
A potential "freeze" of the page can occur if `BarcodeReader.initLicense()` is called multiple times in a single process. For example, we have seen some Swift users call `initLicense` both in the ViewController file as well as AppDelegate. We recommend doing it in the AppDelegate file, and as long at it is not called in both files, then the implementation should be fine.

barcode-reader/mobile/archive/ios/reduce-battery-consumption-v9.6.40.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ needAutoGenerateSidebar: true
88

99
# How can I reduce battery consumption?
1010

11-
[<< Back to FAQ index](index.md)
12-
1311
If you are finding that the battery of your phone is being heavily consumed when using the Barcode Reader, there are a couple of things that you can do to potentially reduce the battery consumption, depending on the usage situation.
1412

1513
For a non-continuous video scanning scenario, make sure to call the [stopScanning](../api-reference/primary-video.md#stopscanning) method when the video scanning is no longer required.

0 commit comments

Comments
 (0)