ilvis
Results
2
comments of
ilvis
I think the best way to add a main script is to add it on the main Node, not in Sub nodes, because you can access other scene elements much...
Just changed line in code MainActivity.java line 177 from `` if (img1.type() == aInputFrame.type()) { `` to: `` if (img1.type() == aInputFrame.type() && !descriptors2.empty()) {`` and Object detection app continues...