| | |
| | | // RtspFaceNative.setFaceLabel(2, i+1, "abcd"); |
| | | //} |
| | | |
| | | RtspFaceNative.setLocalIP("192.168.1.112"); |
| | | RtspFaceNative.setLocalIP("192.168.1.93"); |
| | | |
| | | mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1); |
| | | |
| | |
| | | //mCreated = RtspFaceNative.createPlayer(1, "rtsp://admin:admin@192.168.1.188:554/cam/realmonitor?channel=1&subtype=2"); |
| | | //mCreated = RtspFaceNative.createPlayer(2, "rtsp://admin:admin12345@192.168.1.202:554/h264/ch1/main/av_stream"); |
| | | //mCreated = RtspFaceNative.createPlayer(2, "rtsp://Admin:1234@192.168.1.22/h264"); |
| | | //mCreated = RtspFaceNative.createPlayer(1, "rtsp://admin:a1234567@192.168.1.201:554/h264/ch1/main/av_stream"); |
| | | mCreated = RtspFaceNative.createPlayer(1, "rtsp://192.168.1.94:8554"); |
| | | mCreated = RtspFaceNative.createPlayer(1, "rtsp://admin:a1234567@192.168.1.201:554/h264/ch1/main/av_stream"); |
| | | //mCreated = RtspFaceNative.createPlayer(1, "rtsp://192.168.1.94:8554"); |
| | | |
| | | //byte[] arr = new byte[5]; |
| | | //arr[0] = 3; arr[1] = 4; arr[2] = 5; |
| | |
| | | |
| | | /** 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"); |
| | | } |
| | | |