cameraview icon indicating copy to clipboard operation
cameraview copied to clipboard

[DEPRECATED] Easily integrate Camera features into your Android app

Results 102 cameraview issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanku for this demo , its help me alot , but one problem I am facing with that , I have implemented this with the fragment , its working fine...

I try to start camera after user set permission @Override public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { switch (requestCode) { case REQUEST_CAMERA_PERMISSION: if (grantResults.length > 0...

bug

``` private PreviewImpl createPreviewImpl(Context context) { PreviewImpl preview; if (Build.VERSION.SDK_INT < 14) { preview = new SurfaceViewPreview(context, this); } else { preview = new TextureViewPreview(context, this); } return preview; }...

小米5plus 不能切换前置摄像头

Callback to get preview byte data

cla: no

Why fall back to Camera if the level is `INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY`。Camera1 with TextureView on MIUI9.5 (Android 7.1.2) will cause a problem that the TextureView do not show preview after start another...

Hi, I am getting **Black Preview** when captured a front picture on the samsung J6 plus.For the rest of the devices it works just fine. Please help