mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Set a compression level to better optimize the latency of the stream by reducing the bytes sent (#656)
This commit is contained in:
@@ -119,6 +119,7 @@ public class MJPGFrameConsumer {
|
||||
|
||||
this.mjpegServer = new MjpegServer("serve_" + cvSource.getName(), port);
|
||||
mjpegServer.setSource(cvSource);
|
||||
mjpegServer.setCompression(75);
|
||||
|
||||
listener =
|
||||
new VideoListener(
|
||||
|
||||
Reference in New Issue
Block a user