From e11a0fa1f68519166e1627c5277c6dfda29f9d2f Mon Sep 17 00:00:00 2001 From: JetsonHacksNano <49042112+JetsonHacksNano@users.noreply.github.com> Date: Wed, 24 May 2023 17:05:26 -0700 Subject: [PATCH] Missing space in simple_camera.py --- simple_camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_camera.py b/simple_camera.py index fffc131..2d375fb 100755 --- a/simple_camera.py +++ b/simple_camera.py @@ -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 ! "