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 7c2a625 commit ef51b05Copy full SHA for ef51b05
donkeycar/parts/oak_d.py
@@ -56,7 +56,7 @@ def __init__(
56
self.height = height
57
58
# TODO: Accommodate using device native resolutions to avoid resizing.
59
- self.resize = (width != WIDTH) or (height != height)
+ self.resize = (width != WIDTH) or (height != HEIGHT)
60
if self.resize:
61
print(
62
f"The output images will be resized from {(WIDTH, HEIGHT)} to {(self.width, self.height)} using OpenCV. Device resolution in use is 640x480."
0 commit comments