-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import issue in javacv-android-recognizer #26
Comments
@djalmaafilho Would you have any ideas why that might be happening? |
What happened to me, most like this, was that during compilation Android Studio was not able to properly compile the dependency gradle instructions. The solution was simple within Android Studio: As this import is from a class that is inside the org.bytedeco.javacpp-presets: ffmep: 3.2.1-1.3@jar would start by investigating the compilation and build statement in build.gradle. |
Hi, @djalmaafilho thanks for the reply. I did what you said and I still got the same issue.
What could possibly go wrong? Would that be a version issue? |
Things like this have happened before with me in java for desktop and Andoid To deepen the investigation I'm passing you my environment configuration and the platforms on which I ran the App. If you can, please put the information about your environment. |
Thanks you for your kind reply.
Yes I'm going to check my environmental setting and to see if there is
something missing or out of date.
In terms of coding, I haven't actually done anything so far. I was trying
to run your sample code and I encountered this issue.
I actually have another JavaCV face detector which works fine. However the
only problem I wanted to resolve was the camera orientation.
It seems that I can't just manually set orientation in the camera class.
I've done some researches but none of it worked.
I was wondering if you can provide some idea as well.
Thank you.
…On Sat, 6 Jan 2018 at 2:40 AM Djalma Antonio dos Passos Filho < ***@***.***> wrote:
Things like this have happened before with me in java for desktop and
Andoid
when the Jars were not exported at the time of compilation.
Interesting that we are exporting the Jars in build.grad for 'x86',
'armeabi'.
To deepen the investigation I'm passing you my environment configuration
and the platforms on which I ran the App.
SO where I compiled. MacOS and Windows 10-64X
Android where I performed: MotoG5 - Plus, Sansung J5
Android Studio 3.0 - Gradle 3.0.1 - SDKTools 26.1.1
If you can, please put the information about your environment.
One more thing if you want to make the committee of your partial code for
a repository I can try to download and run.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASahun1o4AzgJSDBWwFbcwdXYR1oryM3ks5tHmyZgaJpZM4RUCa3>
.
|
Hello.
I currently downloaded the source code and tried to modify it.
In class CvCameraPreview in javacv-android-recognition
"import static org.bytedeco.javacpp.avutil.AV_PIX_FMT_NV21;"
This line said cannot resolve symbol avutil.
How do I resolve this issue?
The text was updated successfully, but these errors were encountered: