Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you can get the opencv src code from github via:

git clone https://github.com/opencv/opencv

then you can checkout the 2.4 branch with:

git checkout 2.4

(which will put you on 2.4.13 atm.)

to rebuild the android sdk, you need the cmake and ninja buildtools, follow the instructions here