Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 22, 2024
1 parent 0bc13fe commit d183413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void testMeme() throws InterruptedException, IOException {
var camera = new PhotonCamera("Arducam_OV9281_USB_Camera");
PhotonCamera.setVersionCheckEnabled(false);

for (int i = 0; i < 20000; i++) {
for (int i = 0; i < 20; i++) {
Thread.sleep(100);

var res = camera.getLatestResult();
Expand Down

0 comments on commit d183413

Please sign in to comment.