shaileshmulange / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

To process a pic by Android Camera #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I want to process the pic by android camera dynamically,such as cvCvtColor or 
cvCanny
2.I can get the data(onPreviewFrame) to IplImage .But after process,i get the 
result is Bitmap by ImageView display(so bother),and the frame rate is low.It 
look likes so slow.Actually I know it isnot a proper method. 
3.I want to know how to process data(onPreviewFrame) directly by JavaCV then 
the result also display in SurfaceView.

What is the expected output? What do you see instead?
I want get the result pic by Android Camera dynamically using JavaCV.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by aihu1...@gmail.com on 17 Dec 2012 at 2:31

GoogleCodeExporter commented 9 years ago
cvCanny() is a heavy operation. It's perfectly normal for it to be "slow".

Please ask your questions on the mailing list next time if possible, thank you.

Original comment by samuel.a...@gmail.com on 22 Dec 2012 at 2:37