Giter VIP home page Giter VIP logo

Comments (18)

pbalbino avatar pbalbino commented on June 27, 2024 1

Talvez o seu dispositivo não suporte o foco automático?
Você pode tentar com outro?

tested in 3 so far and both are the same.

have you tried to set uses-feature ?

Yes, but I only tested it on 1 device (there was no change), as the others belong to my client. Tomorrow I will send the APK with the options for him to test on the other devices.

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024 1

Thanks

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

Hi, frankly speaking, I don't know. But I believe it depends on your device's camera quality.

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

please show how does it look and what do you want to achieve

from opentok-xamarin.forms.

pbalbino avatar pbalbino commented on June 27, 2024

please show how does it look and what do you want to achieve

The first image is from the app that uses opentok.
The second is from the camera app, both from the same smartphone, same scenario.
1
2

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

https://stackoverflow.com/questions/45585045/tokbox-video-publish-unfocused-android

Hm, looks like this issue was fixed in 2.16.1

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

try to add

<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />

inside your manifest file

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

Maybe your device doesn't support autofocus?

Can you try with another one?

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

try to add

<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />

inside your manifest file

Well, I believe this won't help..

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

Anyway, can you try to add

<uses-feature android:name="android.hardware.camera.autofocus" android:required="true" />
to manifest, then

<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />

Then let me know the result)

from opentok-xamarin.forms.

pbalbino avatar pbalbino commented on June 27, 2024

https://stackoverflow.com/questions/45585045/tokbox-video-publish-unfocused-android

Hm, parece que esse problema foi corrigido na 2.16.1

here I did not understand what I have to do, it seems that the link is broken

from opentok-xamarin.forms.

pbalbino avatar pbalbino commented on June 27, 2024

Talvez o seu dispositivo não suporte o foco automático?

Você pode tentar com outro?

tested in 3 so far and both are the same.

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

Talvez o seu dispositivo não suporte o foco automático?
Você pode tentar com outro?

tested in 3 so far and both are the same.

have you tried to set uses-feature ?

from opentok-xamarin.forms.

pbalbino avatar pbalbino commented on June 27, 2024

Anyway, can you try to add

<uses-feature android:name="android.hardware.camera.autofocus" android:required="true" />
to manifest, then

<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />

Then let me know the result)

I tried the 2 options and it remains the same, unfocused

I can't tell you if the device I'm using has autofocus.

from opentok-xamarin.forms.

pbalbino avatar pbalbino commented on June 27, 2024

Talvez o seu dispositivo não suporte o foco automático?
Você pode tentar com outro?

tested in 3 so far and both are the same.

have you tried to set uses-feature ?

Yes, but I only tested it on 1 device (there was no change), as the others belong to my client. Tomorrow I will send the APK with the options for him to test on the other devices.

My client tested it on two other devices, but it remains unfocused.
vistoria_remota

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

@pbalbino well, try v.1.2.3 please

from opentok-xamarin.forms.

pbalbino avatar pbalbino commented on June 27, 2024

@pbalbino well, try v.1.2.3 please

Now it looks good, see the difference in the image.

Do I keep any of these options?
<uses-feature android:name="android.hardware.camera.autofocus" android:required="true" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />

Screenshot_20200417-175827

What was the problem?

Thank you!

from opentok-xamarin.forms.

AndreiMisiukevich avatar AndreiMisiukevich commented on June 27, 2024

from opentok-xamarin.forms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.