Problems adding current frame to arraylist inside asynctask

asked 2014-09-09 02:28:44 -0600

dpmal gravatar image

Hello! I have been struggling with a issue I had in an android app I have been making... I wanted to perform motion detection by comparing current frame to previous so I thought it would be possible to save it in an arraylist, declared in main, while executing asynctask inside on frame method. Is it possible ? Please if anyone can give a pointer or two I would be extremely grateful.... Have been bashing my head for weeks... Thanks!

edit retag flag offensive close merge delete

Comments

If you have been bashing your head for weeks, do share what you have succeeded in programming in the meanwhile so that we can compare.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-09-09 07:58:06 -0600 )edit