Wouter Verweirder
Wouter Verweirder
I ran into a similar memory leak when using data urls for image srcs - blob urls seem to work fine: https://github.com/wouterverweirder/kinect-azure/blob/dee186167007d0fb53cf5f7004c103c3f6bb7a4e/examples/electron/renderer/demos/color-stream-jpeg.html#L59-L68
Thank you for looking into this @ApolloRay - I did have to make one more tweak to get sdxl-turbo working (passing down the added_cond_kwargs). As a VAE, I swapped out...
I'll take a look at this, this isn't implemented yet, but I can figure that it would be a nice add-on. I'll put it on my weekend to-do list :)
Been working on it, have to redo the iOS code to use ARC, to be able to use the latest version of the UDP socket library. I'm now able to...
I pushed support for the "close" event. This is iOS 6+ atm, will look into supporting lower iOS versions later. Let me know how this works atm. Android is on...
Sounds strange. iOS / Android? How about rebooting device, test with latest ane (which fixes a crash in android)? Can you tell me the steps to reconstruct this issue?
+1 - I had to roll back to commit b0aab1e4ea3dfefe09c4f07de0e5237558097e22 to get my comfy working again.
Can you check if you are on version v1.1.0 of the Body Tracking SDK?
Thanks for reporting this. It looks like there's something going wrong with Electron / Chromium: https://github.com/electron/electron/issues/32317 - unfortunately I'm not seeing this error on my end. I've rented out my...
I will look into this, at least for iOS.