diff --git a/calibration-left.yaml b/calibration-left.yaml index bd32967..1d0b450 100644 --- a/calibration-left.yaml +++ b/calibration-left.yaml @@ -1,6 +1,6 @@ image_width: 1280 image_height: 720 -camera_name: narrow_stereo/left +camera_name: left camera_matrix: rows: 3 cols: 3 diff --git a/calibration-right.yaml b/calibration-right.yaml index d19ea74..60a83bf 100644 --- a/calibration-right.yaml +++ b/calibration-right.yaml @@ -1,6 +1,6 @@ image_width: 1280 image_height: 720 -camera_name: narrow_stereo/right +camera_name: right camera_matrix: rows: 3 cols: 3 diff --git a/cameras-manual.launch b/cameras-manual.launch index 6e4d227..db04f2e 100644 --- a/cameras-manual.launch +++ b/cameras-manual.launch @@ -12,7 +12,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -41,7 +41,12 @@ - + diff --git a/gstreamer_pipelines b/gstreamer_pipelines new file mode 100644 index 0000000..df32d02 --- /dev/null +++ b/gstreamer_pipelines @@ -0,0 +1,7 @@ + +#Pipelines for various tasks + +#Pipeline for recording in an mp4 video file +#Source https://developer.ridgerun.com/wiki/index.php?title=Gstreamer_pipelines_for_Jetson_TX2 +gst-launch-1.0 -e nvcamerasrc fpsRange="30.0 30.0" ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)I420, framerate=(fraction)30/1' ! nvvidconv flip-method=2 ! 'video/x-raw(memory:NVMM), format=(string)I420' ! omxvp8enc bitrate=8000000 ! qtmux ! filesink location=test.mp4 -e +