Viktor Kunovski
Viktor Kunovski
I started noticing the same issue ever since I upgraded to Monterey a few weeks ago. It's sporadic but tends to happen when I swipe the trackpad very slowly, downwards...
No, it's not possible to do this with `web_video_server`. The topic needs to be a `sensor_msgs/Image` for the `web_video_server` to automatically detect it and "bridge it" through HTTP.
I had many issues with streaming MJPEG: from playing around and reordering the CORS headers in the `web_video_server` (try [this fork](https://github.com/Intermodalics/web_video_server/blob/develop-minimum-rate-stream/src/jpeg_streamers.cpp#L40-L47)) to trying various ways to specify the attributes in...
vp8 has always introduced latencies that build up over time. Currently for best quality I would recommend the new png method #74. It delivers noticeable improvement over mjpeg with max...
Please use the lossless [PNG](https://github.com/RobotWebTools/web_video_server/pull/74) streamer in your application (with `type=png`). It does not suffer from any latency even when using the highest quality because PNG encoding is faster and...
It might be related to #172. Did you try debugging and inspecting the generated values for the objects' transparencies? I'll try to reproduce this issue with your sample gist.
Thanks for the clarification @joein. Does it make sense to have a warning that communicates that? I'm currently using it only for migrations during downtime, and no ongoing operations will...
I'm getting this problem (all vectors being zeroed out) on macOS _even without restarting the container_. I'm using named volume instead of a bind mount per the suggestions above. I...