thortex / rpi3-opencv

OpenCV for Raspberry Pi 3
18 stars 6 forks source link

Please provide the source code? #4

Open AdamWelch1 opened 5 years ago

AdamWelch1 commented 5 years ago

Hi, I'm working with opencv on a Pi using VC4CL and I'd really like to build your version of opencv from source. Is there a reason this is a binary-only release?

If you could provide the source code, I'd really appreciate it.

starrabb1t commented 5 years ago

If you could provide the source code, I'd really appreciate it.

Dude, you can get source code here: https://github.com/opencv/opencv/releases

Just build it with opencl option enabled.

thortex commented 5 years ago

I did not modify the source codes of OpenCV, but only did specify cmake option; https://github.com/thortex/rpi3-opencv/blob/master/setup/030_build_opencv.sh#L135

The build script fetches the source codes by using wget command; https://github.com/thortex/rpi3-opencv/blob/master/setup/030_build_opencv.sh