I will try to explain what I am trying to do, as it seems to be relevant in order to understand my question.
I am currently trying to do face recognition from a webcam connected to a Raspberry Pi and using the openCV Java wrapper.
Can I use the Raspberry Pi openCV version with the Java wrapper running with Java SE embedded?
RPiAwesomeness
3,0214 gold badges32 silver badges52 bronze badges
-
I build the project github.com/arotka/gapirotka– rotka2018年12月10日 12:58:51 +00:00Commented Dec 10, 2018 at 12:58
1 Answer 1
Reading this article (which appears quite well written) it would seem that the answer is yes:
answered Apr 2, 2015 at 23:33
lang-java