jlok

Results 48 comments of jlok

Also wondering the same. Were you able to figure it out @crazygo? Or are the bindings not implemented for phash?

I use a galaxy s9 with app in portrait mode. I think this would happen on all devices though. I checked your tests (thanks for excellent examples) and they set...

Thanks for the pointer @adamgf. I tried with some trial and error with cvinvoke based off code from your tests and it seems `flip` and `rotate` functions 180 degrees works...

I'll await the documentation with the 1.05 release. I have many questions but I'm sure the documentation will handle most. Thanks!

@adamgf I'm having some trouble with the orientation still unfortunately. Your readme say to put the app in landscape mode in the AndroidManifest.xml but this is not possible for my...

Hi @adamgf I've been trying to fix this for the past couple days and I think I learned a lot. It seems to be an issue with opencv android itself....

Just noticed I didn't paste the right link earlier. This is the thread that gave the most help for me. https://github.com/opencv/opencv/issues/4704

Awesome, looking forward to trying it out!

@XDTZ Thanks for your instructions but I ran into an issue after trying the manual install. I get this error when trying to run the app. ``` C:\Users\jlok\Documents\ig\android\app\src\main\java\com\ig\MainApplication.java:13: error: cannot...

I thought I did all of that right, but anyways I was able to fix the problem by using "react-native link react-native-cookies" instead of manually linking or using rnpm link.