Skip to content

Commit 3a088da

Browse files
Update Robot.cpp
1 parent 184ab9d commit 3a088da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/cpp/Robot.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ void Robot::RobotPeriodic() {
2727
while (true) {
2828
if (cvSink.GrabFrame(mat) == 0) {
2929
outputStream.NotifyError(cvSink.GetError());
30-
}
31-
rectangle(mat, Point(100, 100), Point(400, 400), Scalar(255, 255, 255), 5);
32-
outputStream.PutFrame(mat);
30+
}
31+
rectangle(mat, Point(100, 100), Point(400, 400), Scalar(255, 255, 255), 5);
32+
outputStream.PutFrame(mat);
3333
}
3434
//END OF CHECK THIS BASIL
3535
//Compressor

0 commit comments

Comments
 (0)