Abhishek Thakur

Results 105 comments of Abhishek Thakur

> Also updated: https://github.com/thortex/rpi3-opencv/releases/tag/v4.0.1 @thortex Looking at your build script, I think you're using OpenCV's inbuilt OpenCL module, **not** one provided by this repo. Check your `cmake` output again for...

@thortex I'm referring to the script on your GitHub repo. OpenCV prioritizes inbuilt libraries over System Libraries, so they have to be manually linked with OpenCV to make them work....

@alexws54tk But what happens if there's a security issue found after January 1, 2020, do users that are affected have the motivation to pay for a fix? Nope. At some...

Good work. But I'll need some time to get back to this project as I'm currently working on deffcode library. A lot of bugs and features are pending here, hopefully...

@DoumanAsh Good point. I'll add that.

I guess we need additional instructions for pi 4 since FAKE KMS might be no longer available for the same. I'll try to arrange pi4(unfortunately don't have it right now)...

> It seems, that the default configuration doesn't support hardware OpenGL. I guess, some parts of this guide should be taken > into account 😄 > https://wiki.qt.io/RaspberryPi2EGLFS#Step_by_step @ValentiWorkLearning That's a...

@sleeperss Thanks I'll look into this and make necessary changes.

I don't know what debian stretch does to files. Maybe some files are moved. Or packages are installed in other directories. All in all avoid debian for now.

@Mins0o Also while cross compiling complex libraries, avoid GCC 10.3.0 and use base toolchains like GCC 8.3.0 for buster, or GCC 10.2.0 for bullseye.