Hey has anyone around here ever tried working with any of
Computer Vision Libraries with android?
I'v been struggling a lot these days(past a month) trying to get a library work on android platform! I'v almost crashed my head to my bedroom wall trying to figure out a way!
has anyone had these problems too?
Anyways till now,
1.
I'v tried importing openCV library into android...well the openCV2.4.3 library for processing works great with processing(PC) but doesn't work at all as an application to an android..as it didn't find the library for android! and i guess there is even problem with buffers and stuff which the library uses!
So, now i thought I could recompile every thing into a single jar file and can easily be imported...Well, I successfully did import this into a .jar file with the help of Eclipse....So, now i can import the library and no compilation errors but unfortunately this doesn't work and gives out a run-time error i guess
I'm just struck here with openCV now!!!!
getting to work openCV on android with processing for android would be preferable..!
as i'v got no much time for my project submission i need to go ahead!
2.
So, here I'm! tryina look for all the libraries present(
Computer Vision)which works as a piece of cake for a PC but unfortunately not even a little on android platform! I'v literally tried out examples from those libraries...NOT YET! and I'm still look for libraries....
Note: While choosing libraries i'm trying to choose only those ones which does some image-processing on PImage types b'coz i think there won't be any problem related to memory buffers!
So, Any suggestions on a "Computer vision" library I can try out for android (Android processing)???
Thanks for any help in advance...
Hey it's Mike!
I'v been struck in a taught where "I need to run a python script in Processing" can that be done?
My actual idea is to make a GUI with Processing while a python script runs at a background[as i cant do the python task i need in processing! :( ]
Secondly - if there is an answer for my first doubt!
Exporting a sketch to Application(executable) is easy with Processing.So, by exporting my sketch to an Application, can i have a python script which runs at the background without the need of python installed on the Target computer?
How do i stop the thread from running at the background after a while when i no more need it!? No methods can be used i guess!!! Please do reply soon...thanx.