안드로이드 OpenCV를 이제 막 시작했습니다
일단 color blob sample을 실행시켜보고
어떤식으로 동작하는지 코드 분석을 해보래서
설치부터 시작했는데 설치도 어렵더라구요.
import하니 생겨난 빨간 느낌표, 엑스표(에러) 지우는 데도 며칠이 걸렸습니다 ;;
그리고 color blob sample을 실행시키니 'Run As' 창이 뜨길래
Android Application을 선택했습니다. 그랬더니
이런 에러창이 뜨더라구요. 그래서 다시 Run As에서 Android JUnit Test를 선택했습니다
그러니 처음엔
[2015-07-09 16:37:39 - OpenCV Sample - color-blob-detection] Android Launch!
[2015-07-09 16:37:39 - OpenCV Sample - color-blob-detection] The connection to adb is down, and a severe error has occured.
[2015-07-09 16:37:39 - OpenCV Sample - color-blob-detection] You must restart adb and Eclipse.
[2015-07-09 16:37:39 - OpenCV Sample - color-blob-detection] Please ensure that adb is correctly located at 'C:\Users\박효상\android-sdks\platform-tools\adb.exe' and can be executed.
이렇게 뜨고 다시 Run 누르니
[2015-07-09 16:38:01 - OpenCV Sample - color-blob-detection] Android Launch!
[2015-07-09 16:38:01 - OpenCV Sample - color-blob-detection] adb is running normally.
[2015-07-09 16:38:01 - OpenCV Sample - color-blob-detection] Could not find OpenCV Sample - color-blob-detection.apk!
이렇게 뜨면서 안되네요.
여기서 며칠 째 구글 검색도 하고 유튜브 영상도 보면서 헤메고 있습니다..
어떻게 해야할지 조언 부탁드립니다.