elucideye / drishti

Real time eye tracking for embedded and mobile devices.
BSD 3-Clause "New" or "Revised" License
392 stars 82 forks source link

Example not building for android studio #760

Open lavaman71 opened 5 years ago

lavaman71 commented 5 years ago

I am trying to build this repository for android studo. It looks like once I uncomment DRISHIT_DEBUG_STOP , run ./gradlew assembleDebug and then revert the Cmakefile , the cmake command

cmake --build ../src/examples/facefilter/android-studio/app/.externalNativeBuild/cmake/debug/arm64-v8a

seems to be stuck at Package OpenCV. It says locking directory but I dont see anything else from it. I am confused about what is happening. Any suggestions?