simonbuehler

Results 99 comments of simonbuehler

@activeguild see the issue #24620 , got help from a emscripten issue and a solution for it

> It's same to me that cv is a promise,you can try to reset cv. `` `async function onOpenCvReady() { window.cv = await window.cv }` @lovelyun do you actually know...

great advancements! yes , the jumping should be avoided as up to 25 meters every 200ms is not natural, this would trigger red flags in pogo https://github.com/Android1500/GpsSetter/blob/6373c6f997a31158b80752ecf356e43927866449/app/src/main/java/com/android1500/gpssetter/xposed/XposedHook.kt#L217 rather * keep...

as a sidenote when a future version offers a joystick like control, a _direction_/_heading_ and _speed_ values would be needed

wow, now it works! but it would be great to get a true fix for this as i have heaps of jpgs and converting them needs lot of time and...

@soar-penguin its has to be compiled for x86 not i64, changing the signature to Unit32 and removing the `CallingConvention=CallingConvention.Cdecl` should help

duplicate of issue #12

i have no idea if this can be fixed as this also happens when you try to take a picture manually and it can't focus - it does not take...

here i just hangs in protected void SetPropertyIntegerData(uint propertyId, long data) { this.ExecuteSetter(() => Util.Assert(Edsdk.EdsSetPropertyData(this.Handle, propertyId, 0, Marshal.SizeOf(typeof(uint)), (uint)data), string.Format("Failed to set property integer data: propertyId {0}, data {1}", propertyId,...