bartbutenaers
bartbutenaers
Hey Roger, Thanks for the clarification! Now it makes sense. The user has already disconnected his cam from the web, and it works fine now. So no need for you...
Yes he told me it was fine now. I was doing an incorrect check on the namespace/XAddr fields, but after fixing that bug in my code it seemed to be...
Hey Roger, I think we can close this issue. There are lots of differences between the cams, but I think this library works fine. I have done some updates on...
I assume I am completely using this library in the wrong way. Because the wasm index.js file only contains 1 statement (`throw new Error('todo!');`):  And even if would have...
Ok it seems to work when I don't use `@imagescript/codecs` directly, but instead the `imagescript` which also seems to contain the codecs. 1. So I assume the `@imagescript/codecs` is not...
Hi @matmen, Thanks for your quick response!! > The ImageScript codecs currently don't include a WASM implementation (it's still WIP) Ah I wasn't aware of that. Because from the benchmarks...
Hi @lovell, Thank you for providing the detailed information! Very much appreciated!!! To be honest I wasn't aware about the existance of ORC and SIMD. So as a result some...
Hi @lovell, Thank you for the svg drawing tip. Going to try that in the next days. I tried the 'neirest neighbour' image resizing, because that seems to be the...
That sounds good!! Thanks again. I will reopen this issue, to avoid that other people start registering duplicate issues... The addition of the ```sequentialRead``` does not seem to change any...
That is very useful! Thanks for the `disposeVariables` tip. BTW TensorflowJs has multiple backends, and their native C++ is one of those. [Here](https://github.com/tensorflow/tfjs/blob/master/tfjs-node/src/kernels/ResizeNearestNeighbor.ts#L47) they pass the resize request to the...