Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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[
|
||||
|
Reference in New Issue
Block a user