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.
1 parent f77b936 commit dcc0799Copy full SHA for dcc0799
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