MonteCreasor

Results 8 comments of MonteCreasor

I will need to 1. Add hooks into your app so that they do some custom OpenCV post-processing on the raw image and have that (ideally) displayed in real-time in...

So this is the change in your version of the pfor source that causes the issue ``` # SSE=-march=corei7-avx -mtune=corei7-avx SSE+=-mno-avx -mno-aes ``` If I restore the corei7 flags, then...

I'm not sure why I'd get the "recompile with -fPIC" for bitunpack_sse.o when the I can see the the pfor-src/bitunpack_sse.o file is is compiled with -fPIC as shown when I...

It would be great if someone would fix this issue.

Build issues on Ubuntu 20.04 too (and many more, I'm only including the first error): bitutil.c: In function ‘bitddec32’: bitutil.c:213:10: error: incompatible types when assigning to type ‘__m128i’ {aka ‘__vector(2)...

I would just try running "Invalidate caches and restart" from the Android Studio file menu. On 25 October 2017 at 09:09, alaa333 wrote: > Hi guys, How to solve this...

I'll do that once I have a better solution. I'm making my camera app work so that the face tracking will show the overlay at the correct location no matter...