Dimitre
Dimitre
I suggest we drop armv6l architecture since aarch64 will run in most RPI versions including Pi Zero 2 Pi 3 Pi 4 Pi 5
now armv6l uses EGL approach which is considered ancient and deprecated. The good news is Linux 6.8 kernel now has video drivers for RPI 5, so things will be easier...
@danoli3 can help us making opencv work with or without lib Lapack and Blas. I've seen in apothecary one parameter like ``` -DWITH_LAPACK=OFF \ ``` but this is for other...
Thanks! Added, let's see how it goes
Still failing, but I think if we can pass two paths also it can hopefully complete. This two libraries have individual folders like: ``` /usr/lib/arch64-linux-gnu/blas /usr/lib/arch64-linux-gnu/lapack ``` and ``` /usr/lib/arm-linux-gnueabihf/blas...
bcm_host.h solved and other fixes. it is finishing compilation here locally, still issues on allAddons, only a matter of passing the correct library paths I think
Great! everything good with allAddons in all platforms. I'll be tidying up for merging. any objections?
Hello @janimatic can you please write the minimal code example that can reproduce the issue and post here? Thank you
I'm proposing a simplification of channel / bytes handling here: - https://github.com/openframeworks/openFrameworks/pull/7929
Please test the PR to see if it works for you @janimatic there are lots of changes but the main one is this: ```c++ pixelsSize = newSize / sizeof(PixelType); ```...