Wicz3k

Results 5 issues of 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: ![obraz](https://user-images.githubusercontent.com/49050815/115935675-fefbe180-a493-11eb-97ec-775e0ea5dfbc.png) When I use UMat...

help wanted
question

**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...

bug

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...

help wanted
good first issue

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 ), )...