fix(camera): bad img height configuration
This commit is contained in:
parent
7ebd9093d9
commit
c6f955a50c
@ -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[
|
||||
|
Loading…
Reference in New Issue
Block a user