1 | initial version |
I worked a bit with this android library and the only difference I saw was in the face detector where there are these two options, native camera and java. Java detector at times seemed a bit faster. If I have to conclude, I think it's about optimization. By optimization I mean that if you decide to implement yourself it may be possible that your implementation is not as optimized as theirs.