Lisa Jamhoury
Lisa Jamhoury
I maintain a library that has peerjs as a dependency. I'm trying to update from peerjs version 0.3.14 to the most recent peerjs version 1.1.0 but it will not build...
#### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Build tools and processes - [ ] Color - [ ] Core/Environment/Rendering - [ ]...
The Windows Kinect raw depth feed lags on the client side (in browser). The Kinectron server sends at around 25 fps, but the client receives at about 2 fps. I...
On upgrade to kinect2 library: When I run Kinectron with the old version of kinect2 (0.1.7) my Kinectron server sends a color image (the rgb feed) at a steady 11-16...
https://editor.p5js.org/lisajamhoury/sketches/SkJm1w58M https://kinectron.github.io/#/examples/simple-skeleton
The empty arrays in image data in `bodyFrame.bodyIndexMapImageFrame;` and `bodyFrame.bodyIndexMapToColorImageFrame` get caught in peerjs/packer at line `var length = blob.length || blob.byteLength || blob.size;` because `blob.size` is undefined. See [this...
Upgrade for this fix: https://github.com/wouterverweirder/kinect-azure/issues/6
When I minify kinectron-client.js using Parcel I get the following error. The un minified file works fine without error. Firefox can’t establish a connection to the server at ws://localhost:56569/. On...
Need to add to head of all example html files.