Intel-inde用于Android摄像头捕获/直播流问题

时间:2014-10-08 22:38:34

标签: android video-streaming surfaceview glsurfaceview intelinde

我正在使用Intel-inde,我遇到了CameraCapture和直播的麻烦。

我已将外部JAR和4个armeabi .so文件加载到我的项目中。我已经制作了一个基本的程序,基本上复制了CameraStreamerActivity.java并且有这个代码:

camera = createCamera();
capture = new CameraCapture(new AndroidMediaObjectFactory(getApplicationContext()), progressListener);
capture.createPreview(findViewById(R.id.surfaceView), camera);

我收到了这些错误:

10-08 18:29:42.459:I / dalvikvm(9062):找不到方法android.opengl.EGL14.eglGetCurrentContext,从方法com.intel.inde.mp.android.AndroidMediaObjectFactory.getCurrentEglContext

10-08 18:29:42.459:W / dalvikvm(9062):VFY:无法解析静态方法526:Landroid / opengl / EGL14; .eglGetCurrentContext()Landroid / opengl / EGLContext;

对于导致这种情况的原因,我们将不胜感激。谢谢。

0 个答案:

没有答案