We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f77b936 + dcc0799 commit aa999d4Copy full SHA for aa999d4
core/src/main/java/edu/wpi/grip/core/sources/CameraSource.java
@@ -249,7 +249,7 @@ protected boolean updateOutputSockets() {
249
synchronized (currentFrameTransferMat) {
250
currentFrameTransferMat.copyTo(frameOutputSocket.getValue().get());
251
}
252
- // Don't call frameOutputSocket.setValue the value is already set.
+ frameOutputSocket.setValueOptional(frameOutputSocket.getValue());
253
254
// Update the frame rate value
255
frameRateOutputSocket.setValue(frameRate);
0 commit comments