Ask Your Question

Sethu's profile - activity

2016-01-22 06:44:44 -0600 asked a question In Opencv how to convert every frame received in onCameraFrame into a jpg and save it ? (Android)

i am using JavaCameraView

2016-01-19 04:56:06 -0600 received badge  Supporter (source)
2016-01-19 04:33:28 -0600 commented question OpenCV Android - Elaborate Camera in Portrait Mode

i am having the same issue.. will let u know if i find any thing..

2016-01-19 04:27:18 -0600 commented question I want to use OpenCV library in my app with Android Studio(without manager)

yes sir i was able to do it... I found the solution for this issue ,

initdebug function wanted to load the library called opencv_java.so but the opencv version 3.1.0 provided the so file named opencv_java3.so... so I just renamed the file which happened to work correctly.. Thank you :)

2016-01-14 00:04:22 -0600 received badge  Enthusiast
2016-01-13 08:01:42 -0600 asked a question I want to use OpenCV library in my app with Android Studio(without manager)
 I followed instructions found here

http://ashokvarma.me/android/how-to-s...

but I get error "OpenCV/StaticHelper: First attempt to load libs fails".

static { if (!OpenCVLoader.initDebug()) Log.d("ERROR", "Unable to load OpenCV"); else { Log.d("SUCCESS", "OpenCV loaded"); } }

This is the Opencv Code I am using..

The logcat result which i receive is "Unable to load OpenCV"

NOTE: opencv version :3.0.1

Could anyone please help me out of this because i am struggling with this for days.. It would be a great help :).. Thanks in Advance..

2016-01-07 02:16:43 -0600 asked a question card scanner app in android

I am trying to develop card scanner app in android !! In this i am supposed to detect the edges of the card. So Could any one let me know whether opencv is the best choice for doing this or is there other alternatives ??

i am a beginner.. Thanks for your help