diff --git a/camera/cli.py b/camera/cli.py index f5f7273..96e3184 100644 --- a/camera/cli.py +++ b/camera/cli.py @@ -100,7 +100,7 @@ def execute_from_command_line() -> None: object_node=cam.ObjectDetectionNN(pipeline=pipeline), camera=cam.CameraSource(pipeline=pipeline, img_width=args.image_width, - img_height=args.image_width, + img_height=args.image_height, )) def sigterm_handler(signum: int, frame: typing.Optional[