Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
android js
S
Sebastien.jouhans
started a topic
over 6 years ago
android js
4 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
S
Sebastien.jouhans
said
over 6 years ago
Hi,
Iam trying to make wkitide sample in JS running in android.
I have my ARActivity displaying the trial watermark but the camera feed is being displayed. I have no error either. I am not sure what I should do?
Thanks
Seb
S
Sebastien.jouhans
said
over 6 years ago
I actually I am getting an error message and it is the following
E/libEGL: validate_display:99 error 3008 (EGL_BAD_DISPLAY)
11-04 10:57:37.179 4412-4823/com.rga.dubai W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
11-04 10:57:37.187 4412-4777/com.rga.dubai E/libEGL: called unimplemented OpenGL ES API
11-04 10:57:37.196 4412-4412/com.rga.dubai W/CameraBase: An error occurred while connecting to camera 0: Service not available
11-04 10:57:37.197 4412-4412/com.rga.dubai E/CameraPreviewBase: Exception on setting up Camera
java.lang.RuntimeException: Fail to connect to camera service
at android.hardware.Camera.<init>(Camera.java:496)
at android.hardware.Camera.open(Camera.java:345)
at com.wikitude.architect.CameraPreviewBase.j(ProGuard:471)
at com.wikitude.architect.CameraPreviewBase.getCamera(ProGuard:398)
at com.wikitude.architect.CameraPreviewBase.i(ProGuard:406)
at com.wikitude.architect.CameraPreviewBase.surfaceCreated(ProGuard:381)
at android.view.SurfaceView.updateWindow(SurfaceView.java:608)
at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:160)
at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:944)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2201)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1246)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6301)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:871)
at android.view.Choreographer.doCallbacks(Choreographer.java:683)
at android.view.Choreographer.doFrame(Choreographer.java:619)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:857)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6077)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)
11-04 10:57:37.210 4412-4823/com.rga.dubai I/VideoCapabilities: Unsupported profile 4 for video/mp4v-es
S
Sebastien.jouhans
said
over 6 years ago
I tried this on a nexus 5 and a 5x
I have the same problem
S
Sebastien.jouhans
said
over 6 years ago
I found this answer here
https://support.wikitude.com/support/search/topics?term=World+dont+load
downgrade to sdk version 21
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3869 topics
© 2021 Wikitude, a Qualcomm company
Sebastien.jouhans