Skip to content

Commit

Permalink
Missing space in simple_camera.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JetsonHacksNano authored May 25, 2023
1 parent 2322935 commit e11a0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def gstreamer_pipeline(
flip_method=0,
):
return (
"nvarguscamerasrc sensor-id=%d !"
"nvarguscamerasrc sensor-id=%d ! "
"video/x-raw(memory:NVMM), width=(int)%d, height=(int)%d, framerate=(fraction)%d/1 ! "
"nvvidconv flip-method=%d ! "
"video/x-raw, width=(int)%d, height=(int)%d, format=(string)BGRx ! "
Expand Down

0 comments on commit e11a0fa

Please sign in to comment.