mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
added stream divisor to cv source
This commit is contained in:
@@ -120,7 +120,7 @@ public class Camera {
|
||||
}
|
||||
|
||||
cvSink = cs.getVideo(UsbCam);
|
||||
cvSource = cs.putVideo(name, camVals.ImageWidth, camVals.ImageHeight);
|
||||
cvSource = cs.putVideo(name, camVals.ImageWidth / streamDivisor.value , camVals.ImageHeight / streamDivisor.value);
|
||||
|
||||
//Driver mode settings
|
||||
this.isDriver = isDriver;
|
||||
|
||||
Reference in New Issue
Block a user