Domagoj Korman

Results 10 comments of Domagoj Korman

Hi @NickM-27 , It is not something that we looked at for first/initial release. We will keep it in mind for future improvements. We aimed to have consistency over big...

Hello @Danyaga , I am unable to reproduce the issue. By default the config should not be available until it is initialized. Could you explain how did you reproduce this...

Hi, I think there was no specific reason, we simply never used it nor needed it. This is something that can be done. Also feel free to create a PR...

Hi @Danyaga , thanks for the report. This is something that I have to take a look into and will let you know what I find or if I need...

Hi @Danyaga , when releasing the Camera, do you call `GoldenEye#release()`. `GoldenEye#release()` should release GestureDetector which tries to execute `autoFocus`. Do you have some kind of navigation? Do you release...

Hi, does the issue happen even when you force the use of Camera1 API? https://github.com/infinum/Android-GoldenEye#manually-set-camera-api

Hi, to open a camera you must give it TextureView, but with your TextureView you can do whatever you wish. Just follow the example from docs how to take a...

Hi, antibanding is part of advanced/experimental API - https://github.com/infinum/Android-GoldenEye#advanced-features Once you turn advanced API on, you can configure Antibanding the same way as any other property through config. It can...

Hi @shwetachauhan-simform , You should be able to set AUTO_FIT or AUTO_FILL scaling depending on your needs. https://github.com/infinum/Android-GoldenEye/blob/28d0416602432227d099f6bbf9e2d544401d59ca/goldeneye/src/main/java/co/infinum/goldeneye/config/SizeConfig.kt#L48 `previewScale` is accessed via `config` as all other properties.