Skip to content

Commit

Permalink
Merge pull request #51 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit e989a557
  • Loading branch information
DMGithubPublisher authored Oct 11, 2024
2 parents 21cd803 + 5c91e37 commit 79ecfc8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions programming/cplusplus/release-notes/cpp-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ needGenerateH3Content: false

- Added to-the-latest overlapping feature.
- Added ARM64 and MacOS components back to the SDK.
- Improved the error handling logic of methods `Capture`, `StartCapturing` and `InitLicense` to clearly report an licensing issue.
- Improved the error handling logic of methods `Capture`, `StartCapturing` and `InitLicense` to clearly report a licensing issue.

### Changelogs

#### New

- Added a new functions [`SetMaxOverlappingFrames`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#setmaxoverlappingframes), [`GetMaxOverlappingFrames`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#getmaxoverlappingframes), [`EnableLatestOverlapping`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#enablelatestoverlapping) and [`IsLatestOverlappingEnabled`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#islatestoverlappingenabled) to the class `CMultiFrameResultCrossFilter`.
- Added new functions [`SetMaxOverlappingFrames`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#setmaxoverlappingframes), [`GetMaxOverlappingFrames`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#getmaxoverlappingframes), [`EnableLatestOverlapping`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#enablelatestoverlapping) and [`IsLatestOverlappingEnabled`]({{ site.dcvb_cpp_api }}utility/multi-frame-result-cross-filter.html#islatestoverlappingenabled) to the class `CMultiFrameResultCrossFilter`.

- Added new error codes
- `EC_LICENSE_WARNING`: The license is initialized successfully but detected invalid content in your key.
- `EC_BARCODE_READER_LICENSE_NOT_FOUND`: [Barcode Reader] No license found.
- `EC_LABEL_RECOGNIZER_LICENSE_NOT_FOUND`: [Label Recognizer] No license found.
- `EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND`: [Document Normalizer] No license found.
- `EC_CODE_PARSER_LICENSE_NOT_FOUND`: [Code Parser] No license found.
- `EC_LICENSE_WARNING`
- `EC_BARCODE_READER_LICENSE_NOT_FOUND`
- `EC_LABEL_RECOGNIZER_LICENSE_NOT_FOUND`
- `EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND`
- `EC_CODE_PARSER_LICENSE_NOT_FOUND`

#### Fixed

- Fixed a crash bug caused by the usage of RegEx.
- Fixed a bug that might cause `GS1_DATABAR_EXPANDED_STACKED` barcode unread.
- Fixed a bug that could prevent the reading of `GS1_DATABAR_EXPANDED_STACKED` barcodes.
- Small fixes and tweaks.

#### Changed
Expand Down

0 comments on commit 79ecfc8

Please sign in to comment.