Skip to content
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
5 changes: 1 addition & 4 deletions barcode-reader/web/camera/check-camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ needAutoGenerateSidebar: false
In version 10, use the `dynamsoft camera enhancer` to utilize the [testCameraAccess](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/api-reference/camera-control.html#testCameraAccess) method to check the camera status programmatically.


## Version 9.6.10 till version 10
You can utilize the [testCameraAccess](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/BarcodeScanner.html#testcameraaccess) method to check the camera status programmatically.

## Version older than 9.6.10
## Version older than 9.6.42
You can check the status using a try-catch block as shown below:

```javascript
Expand Down