koo

Results 5 comments of koo

> 大哥,你这是在搞笑吗 朋友,点击事件你搞定了没

> 大哥,你这是在搞笑吗 @Override public boolean onInterceptTouchEvent(MotionEvent e) { return false; } 把dispatchTouchEvent给注释掉

> You just use Camera1 ???? yes,beacause Camera2 not suitable for all mobile phones

CameraView: // if (Build.VERSION.SDK_INT < 21) { mImpl = new Camera1(mCallbacks, preview); // } else if (Build.VERSION.SDK_INT < 23) { // mImpl = new Camera2(mCallbacks, preview, context); // } else...

Thank you. I forgot to paste that code and found the reason. it is createPreviewImpl()