From 5f12988a77d078a5e5155c9a301e45bfd288d7e5 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 11 八月 2017 16:02:50 +0800 Subject: [PATCH] --- VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java b/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java index aed767d..9fd8a32 100644 --- a/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java +++ b/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java @@ -101,7 +101,7 @@ RtspFaceNative.setFaceLabel(2, i+1, "abcd"); } - RtspFaceNative.setLocalIP("192.168.1.82"); + RtspFaceNative.setLocalIP("192.168.1.93"); mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1); @@ -492,8 +492,8 @@ /** Load jni .so on initialization */ static { - //System.loadLibrary("rtspface_client"); - System.loadLibrary("rtspface_server"); + System.loadLibrary("rtspface_client"); + //System.loadLibrary("rtspface_server"); //System.loadLibrary("opencv_java3"); } -- Gitblit v1.8.0