Alexandre Boccagny

Results 17 comments of Alexandre Boccagny

Thank you, There it is. Basically there is an interval observable of 10 ms that simulate a camera stream. The image is displayed on the main view. Try to resize...

> I wonder why you dispose your image over and over again and create a new one. I thought WriteableBitmap was there to just replace the Pixels? > It is...

Hello @timunie First of all, big thank you for your help and your PR! it works in this case but I have some questions and remarks. - It works with...

> Item can only be null if the PlatformImpl is disposed before it is being used by the renderer. This should not happen. So we need to investigate when it...

> @gregmzs There is mush easier way :) > > Upgrade to 14.1.x, then go to Admin->Monitoring->Background Migrations. Take a corn and wait until everything is finished. Then upgrade to...

Hello, I have the same kind of issue. I have moved my API calls in ```pages/api``` but it does not work. It seems to return a blank page or something....