Skip to content

Commit 900f239

Browse files
authored
initGrabber -> setup (#7604)
1 parent e005b57 commit 900f239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/computer_vision/opencvImageClassification/src

examples/computer_vision/opencvImageClassification/src/ofApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ void ofApp::setup(){
77
classify.setup("yolov5n.onnx", "classes.txt", false);
88

99
//open the webcam
10-
grabber.initGrabber(640, 480);
10+
grabber.setup(640, 480);
1111

1212
}
1313

0 commit comments

Comments
 (0)