Werner Ackermann
Werner Ackermann
Javascript handles it as follows: ``` javascript class foo {} class bar { constructor() {} } class baz { constructor() { if (true) { } if (!false) { try {...
In my case I needed to do an async call before the upload 😢 In the `onAfterAddingFile` I add this async information to `item.formData` I then call `item.upload()` forcing the...
@beckmx - where's your branch? I have an oak-d that exposes NV12, so could have a look.
@beckmx I think your colour conversion is incomplete. u and v is shifted, and you need to convert to RGB. ``` for(x = 0; x < vd->width; x++) { int...
Also interested in this. We based our image on an old Ubuntu 6 dockerfile, and would like to update it to LTS (6.9.5 already). Honestly considering just rolling our own...
6.10 is now out. I was under the impression this has been automated, is there any intention to still update it, or should we just roll our own?