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 dfff6f2 commit 9e3ec32Copy full SHA for 9e3ec32
examples/ex02_imread_imwrite.py
@@ -9,7 +9,7 @@
9
# card and change the path to point to the SD card
10
#
11
# Note - only BMP and PNG formats are currently supported in MicroPython OpenCV
12
-print("Loading image, this may take a few seconds...")
+print("Loading image...")
13
img = cv2.imread("test_images/sparkfun_logo.png")
14
15
# Show the image for 1 second
0 commit comments