stevenlow / javacv

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

cvFontQt #475

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Able to compile Android app with cvFontQt
2.
3.

What is the expected output? What do you see instead?

Able to execute cvFontQt but at run-time it says 
Caused by: java.lang.UnsatisfiedLinkError: Native method not found: 
org.bytedeco.javacpp.opencv_highgui.cvFontQt:(Ljava/lang/String;ILorg/bytedeco/j
avacpp/opencv_core$CvScalar;III)Lorg/bytedeco/javacpp/opencv_core$CvFont;

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

Please provide any additional information below.

Original issue reported on code.google.com by sohgu...@gmail.com on 5 Jun 2014 at 5:30

GoogleCodeExporter commented 9 years ago
AFAIK, cvFontQt() isn't supported on Android. If this concerns you, please 
report that issue upstream to the OpenCV team:
    http://code.opencv.org/projects/opencv/issues
Thank you! And let me know when that function gets implemented so I can close 
this issue.

And please report bugs on GitHub next time if possible, not here, thank you.

Original comment by samuel.a...@gmail.com on 6 Jun 2014 at 11:46