Mike Piatek-Jimenez
Mike Piatek-Jimenez
I just ran into this issue after spending a few hours debugging. I worked around it by replacing the quotes in the string returned: ``` imageData = await canvas.toDataURL(); imageData...
If you don't need high framerates, you can always draw to the canvas offscreen and then create an image from it using toDataURL(). Then just display the resulting image.
I think I found a solution to the missing PDU metrics. I opened a pull request: https://github.com/unpoller/unpoller/pull/612
Marking this as an enhancement. There are different window levels coming into play here. Need to add an additional Fixed Background window level that exhibits the old behavior.
Can you try building this branch and checking if it fixes the problem? https://github.com/mikepj/XRG/tree/AccelerateFix