We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using camerakit for custom camera of our application and make default flip camera by
app:ckDoubleTapToToggleFacing="true"
and then i am trying to disable camera flip at pragmatically on double tap on camera view but unable to disable flip camera on double tap.
Here is my xml code
<com.wonderkiln.camerakit.CameraView xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/camera" android:layout_width="match_parent" android:layout_height="match_parent" app:ckCropOutput="false" app:ckFacing="back" app:ckDoubleTapToToggleFacing="true" app:ckFlash="off" app:ckFocus="tapWithMarker" app:ckJpegQuality="100" app:ckMethod="standard" app:ckVideoQuality="max1080p" />
and here is my gradle dependency
implementation 'com.wonderkiln:camerakit:0.13.1'
Please help me to disable flip camera on double tap by programitically
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using camerakit for custom camera of our application and make default flip camera by
and then i am trying to disable camera flip at pragmatically on double tap on camera view but unable to disable flip camera on double tap.
Here is my xml code
and here is my gradle dependency
implementation 'com.wonderkiln:camerakit:0.13.1'
Please help me to disable flip camera on double tap by programitically
The text was updated successfully, but these errors were encountered: