Skip to content

Commit

Permalink
Update CVSink to compile with 2025 wpilib
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed May 6, 2024
1 parent 0e49f00 commit 2fe1a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void close() {
* @param name Source name (arbitrary unique identifier)
*/
public JavaCvSink(String name) {
super(CameraServerJNI.createRawSink(name));
super(CameraServerJNI.createRawSink(name, false));
}

/**
Expand Down

0 comments on commit 2fe1a14

Please sign in to comment.