Showing
1 changed file
with
10 additions
and
1 deletions
| @@ -36,7 +36,7 @@ See the example app for detailed implementation information. | @@ -36,7 +36,7 @@ See the example app for detailed implementation information. | ||
| 36 | | Features | Android | iOS | macOS | Web | | 36 | | Features | Android | iOS | macOS | Web | |
| 37 | |------------------------|--------------------|--------------------|----------------------|-----| | 37 | |------------------------|--------------------|--------------------|----------------------|-----| |
| 38 | | analyzeImage (Gallery) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | | 38 | | analyzeImage (Gallery) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | |
| 39 | -| returnImage | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | | 39 | +| returnImage | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | |
| 40 | | scanWindow | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | | 40 | | scanWindow | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | |
| 41 | 41 | ||
| 42 | ## Platform Support | 42 | ## Platform Support |
| @@ -193,3 +193,12 @@ To display the camera preview, pass the controller to a `MobileScanner` widget. | @@ -193,3 +193,12 @@ To display the camera preview, pass the controller to a `MobileScanner` widget. | ||
| 193 | 193 | ||
| 194 | See the [examples](example/README.md) for runnable examples of various usages, | 194 | See the [examples](example/README.md) for runnable examples of various usages, |
| 195 | such as the basic usage, applying a scan window, or retrieving images from the barcodes. | 195 | such as the basic usage, applying a scan window, or retrieving images from the barcodes. |
| 196 | + | ||
| 197 | +- analyzeImage() for MacOS (reading the given file as an image frame and passing that to VN) | ||
| 198 | +- MacOS scan window, using https://developer.apple.com/documentation/vision/vnimagebasedrequest | ||
| 199 | +- implement size on web too? | ||
| 200 | + | ||
| 201 | +/** | ||
| 202 | + - analyzeImage() for MacOS (reading the given file as an image frame and passing that to VN) | ||
| 203 | + - MacOS scan window, using https://developer.apple.com/documentation/vision/vnimagebasedrequest | ||
| 204 | + */ |
-
Please register or login to post a comment