Wicz3k
Wicz3k
Hi, I try to implement video stabilisation with OpenCL acceleration. I build sample project with samples/OpticalFlowTracker.java. When I use Mat or `setUseOpenCL(false);` the result is:  When I use UMat...
**Steps to Reproduce** When i use `\u{00A0}` - non breaking space parameter `wrapWords = false` does not change anything. Use another letter instead off non breaking space make this parameter...
Hi I tried to add your lib to my project, but on iOS It was impossible without modify of post_install section of Podfile like this: ``` post_install do |installer| installer.pods_project.targets.each...
## Steps to reproduce 1. Schedule conversion of mp4 to mp4 in any directory. 2. Try to save it. ### Expected behaviour Conversion should save and convert files ### Actual...
On ios and android if i set list of services to scan ScanFilter like that: ``` List allScanningServices = [ "0000fae5-0000-1000-8000-00805f9b34fb", "6e400001-b5a3-f393-e0a9-e50e24dcca9e", ]; UniversalBle.startScan( scanFilter: ScanFilter( withServices: allScanningServices ), )...