Initial Windows version#62
Conversation
Windows 10 - only for the moment, using an OpenCVBridge lib. The Windows 8.1 version will need the integration of OpenCV via Media Transform Filter.
|
This is a first version supporting Windows 10. Edge detection is based on OpenCV like in the Android version of the plugin. The camera window UI and photo capture code is entirely written in JavaScript using Windows 10 only APIs and works with all Windows 10 versions using the APIs appropriate to the version. If the device supports a separate photo stream, the photo is captured from that, otherwise the video stream is used to capture the photo. |
|
Hey @convey-gilbert Unfortunately though I have no way of testing this, so could you maybe send me a video of your tests? I will then test and make sure this pr doesn't break any of the other platforms (Technically it shouldn't but I'd rather not risk it) and then merge it. |
|
Hello Chris, We've also tested already with some Tablets Lenovo MIIX and Surface Pro 4 running Windows 10 v.1903 and on x64 CPU Desktop PC running Windows 8.1. Further tests with x86 CPU (Windows 8.1 and Windows 10) and ARM CPU (Windows 8.1 RT and Windows 10 on ARM) yet missing. |
New IRLDocumentScanner.framework version added for aspect ratio fix, too.
and fixed take photo with no-clip
prepareLowLagPhotoCaptureAsync with createUncompressed now only for MediaStreamType.photo of type "Video" (for Type "Image" SubType "JPEG" decompression would be needed, for future...)
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: