Skip to content
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

android ARMovie Project arm64-v8a complie problem #170

Open
broken2300 opened this issue Mar 28, 2019 · 1 comment
Open

android ARMovie Project arm64-v8a complie problem #170

broken2300 opened this issue Mar 28, 2019 · 1 comment

Comments

@broken2300
Copy link

Hello guys, i want to test the ARMovie example on arm64-v8a devices. However, there are some errors in the project.

D:/code/artoolkit5src/artoolkit5-master/AndroidStudioProjects/ARMovieProj/aRMovi
e/src/main/jni/ARMovie.cpp:370:26: error:
use of undeclared identifier 'AR_VIDEO_PARAM_ANDROID_WIDTH'
ar2VideoSetParami(gVid, AR_VIDEO_PARAM_ANDROID_WIDTH, videoWidth);
^
D:/code/artoolkit5src/artoolkit5-master/AndroidStudioProjects/ARMovieProj/aRMovi
e/src/main/jni/ARMovie.cpp:371:26: error:
use of undeclared identifier 'AR_VIDEO_PARAM_ANDROID_HEIGHT'
ar2VideoSetParami(gVid, AR_VIDEO_PARAM_ANDROID_HEIGHT, videoHeight);
^
D:/code/artoolkit5src/artoolkit5-master/AndroidStudioProjects/ARMovieProj/aRMovi
e/src/main/jni/ARMovie.cpp:372:26: error:
use of undeclared identifier 'AR_VIDEO_PARAM_ANDROID_PIXELFORMAT'
ar2VideoSetParami(gVid, AR_VIDEO_PARAM_ANDROID_PIXELFORMAT, (int...
^
D:/code/artoolkit5src/artoolkit5-master/AndroidStudioProjects/ARMovieProj/aRMovi
e/src/main/jni/ARMovie.cpp:415:2: error:
use of undeclared identifier 'arglCameraFrustumRHf'
arglCameraFrustumRHf(&gCparamLT->param, NEAR_PLANE, FAR_PLANE, c...
^
D:/code/artoolkit5src/artoolkit5-master/AndroidStudioProjects/ARMovieProj/aRMovi
e/src/main/jni/ARMovie.cpp:684:13: error:
use of undeclared identifier 'arglCameraViewRHf'
arglCameraViewRHf(markersNFT[i].trans, markersNFT[i].pose.T...
^

Can anyone help?

@broken2300
Copy link
Author

In addition, i have built the so file in android folder with the help of build shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant