atduskgreg / opencv-processing

OpenCV for Processing. A creative coding computer vision library based on the official OpenCV Java API
Other
1.32k stars 464 forks source link

Add support for armv6hf #88

Closed gohai closed 7 years ago

gohai commented 8 years ago

Hello @atduskgreg,

I've been working on ARM support for Processing, where we currently have Raspbian (armv6hf) as our lowest supported platform. These patches add support for this architecture to opencv-processing.

I am not sure if this makes sense to get merged in its current state, since it's definitely a step back for any of your current armv7 users. I do plan to add runtime-detection of armv6hf/armv7 to Processing eventually, and setup java.library.path accordingly - so that armv7 users would get their more performant native library.

Let me know what you think! In the mean time, I'll put out a zip files for Raspbian users here: http://sukzessiv.net/~gohai/p5-arm

CC @jmwohl

Best Gottfried

gohai commented 7 years ago

@atduskgreg Hi Greg, curious if this could be merged as-is some time?