Skip to content
New issue

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

Unable to stop flip camera on double tap by programitically #615

Open
vipinchouhan opened this issue Aug 6, 2020 · 0 comments
Open

Unable to stop flip camera on double tap by programitically #615

vipinchouhan opened this issue Aug 6, 2020 · 0 comments

Comments

@vipinchouhan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant