Jakub Kopańko
Jakub Kopańko
bump, still not working
An example of color mapping: ```python self.max_depth_ever = max(self.max_depth_ever, np.nanmax(depth)) depth[np.isnan(depth)] = self.max_depth_ever depth = depth / self.max_depth_ever * 255 depth = depth.astype(np.uint8) depth = cv2.applyColorMap(depth, cv2.COLORMAP_JET) ```
I researched for a while and I think this might be achieved using [Electron debugger](https://electronjs.org/docs/api/debugger) and `Network.webSocketFrameReceived` method. My code that gets typing user ID: ```javascript var payload = Buffer.from(response.payloadData,...
For proxmox LXC simply stopping homebridge before `apt upgrade` works: ``` hb-service stop ```