We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
In addition, i have built the so file in android folder with the help of build shell.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: