Skip to content

add deprecation note about camera add-on #894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions info/schedule/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,16 @@ Deprecate the enum value CM_RENDERALLWITHANNOTATION from [`Dynamsoft.DWT.EnumDWT
* thumbnailViewer.showCheckbox
* thumbnailViewer.showPageNumber

### Camera Add-on
### Camera Add-On

> [Alternative] Use [scanDocument]({{site.info}}api/Addon_Camera.html#scandocument) instead.

* Camera.showVideo()

### OCR Add-On

OCR Basic and OCR Pro client-side are deprecated.

## 17.0

### Viewer
Expand All @@ -132,7 +136,7 @@ Deprecate the enum value CM_RENDERALLWITHANNOTATION from [`Dynamsoft.DWT.EnumDWT

* Internet Explorer 8 is no longer supported.

### Camera Add-on
### Camera Add-On

* New APIs in v16.2 replace old APIs in v16.1-, all old APIs are deleted.

Expand Down