Ask Your Question

Dannyk's profile - activity

2020-10-28 03:12:13 -0600 received badge  Nice Question (source)
2015-12-01 05:03:24 -0600 received badge  Famous Question (source)
2015-02-14 12:58:39 -0600 received badge  Notable Question (source)
2014-09-19 07:04:20 -0600 received badge  Popular Question (source)
2014-01-31 05:21:42 -0600 received badge  Student (source)
2013-10-07 02:20:18 -0600 received badge  Editor (source)
2013-10-07 02:19:11 -0600 asked a question How to update consecutive images on ImageView?

Hi~ Kind OpenCVers!

I would like to display 3000 consecutive images frame by frame in Android with OpenCV. Is there any tutorial regarding this? The only thing that I know is to display a single image on ImageView. I tried writing a xml file to collect the set of images for animation(thread) view but it brought me error messages if the number of images in the xml file was over 100. As far as I know, OpenCV4Android doesn't support dealing with video file for now, so I am using consecutive images.

I am looking forward your advice. Thanks in advance :)

Danny

2013-07-18 19:11:45 -0600 commented answer Display image?

What a perfect&kind tutorial!! Thank you so much :D

2013-07-18 03:57:44 -0600 asked a question Display image?

Hi? I was trying to display an image on opencv-android. Actually there are lots of samples regarding camera modules, but I couldn't find a nice tutorial for displaying an image on opencv with android platform.

Could someone let me share some tutorials?

Thanks in advance, Danny