x4080

Results 181 comments of x4080

Hi @gilvangobbato, I think the solution is to add condition : from ``` parts.insert(parts.length - precision, '.'); ``` to ``` if (parts.length >= precision) parts.insert(parts.length - precision, decimalSeparator); ``` @benhurott...

And this part also ``` this.addListener(() { this.updateValue(this.numberValue); // this.afterChange(this.text, this.numberValue); --> empty function }); ```

I was emailing yi support requesting this feature, if many people email them about this matter, maybe they would grant us

Hi, @wavepacket0 I'm using yi4k, how to change the minimum ISO to 100? And is it possible to change shutter speed to 1/24 for example for 24fps ? Thanks

Yes, I tried it to see if image quality will be better. I guess 120 is the max then

It seems like all resolution is not working with 135mbps, it will hang after a while

@James-A-White , I found quite the opposite, in Android scanning works quickly, but in iOS it scans the same barcode slowly and often not recognized it, do you change the...

Solve it using ResolutionPreset to high in iOS, @facundomedica, should we use ResolutionPreset to low in android ? I tried the code in example folder and default is low Thanks

Hi, .next directory should be inside the nextjs.exe or still need this directory when building package ?