sawpawan / javacv

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

[Android+JavaCv] CvSaveImage not working in android #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Executing the line    "cvSaveImage("/storage/sdcard0/watermarked/test.jpg", 
yCrCb);"
2.Or                cvSaveImage("/storage/extSdCard/watermarked/test.jpg", yCrCb);'
3.Where yCrCb is a IplImage

What is the expected output? What do you see instead?
I expect to see a saved image in my android storage but i see nothing . 

What version of the product are you using? On what operating system?
javacv-0.3 on windows 7 64-bit 

Please provide any additional information below.

It works fine for the java version of my app but just not for my android version

Original issue reported on code.google.com by alvin198...@gmail.com on 4 Mar 2013 at 1:15

GoogleCodeExporter commented 8 years ago
Please try again with JavaCV 0.4

Original comment by samuel.a...@gmail.com on 5 Mar 2013 at 11:00

GoogleCodeExporter commented 8 years ago
Given the lack of feedback, I'm assuming it's working with recent versions of 
JavaCV, but please let me know if it still doesn't work for some reason, thanks!

Original comment by samuel.a...@gmail.com on 16 Sep 2013 at 11:13