From 85fe839b014c37fbe092c9d48f20971804cfc462 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Mon, 13 Feb 2023 17:58:28 +0100 Subject: [PATCH] Rename focus_pipeline to video_pipeline --- jetson-deployment/image-capture/autofocus.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetson-deployment/image-capture/autofocus.cc b/jetson-deployment/image-capture/autofocus.cc index 60ca240..81fbca7 100644 --- a/jetson-deployment/image-capture/autofocus.cc +++ b/jetson-deployment/image-capture/autofocus.cc @@ -5,7 +5,7 @@ using namespace std; using namespace cv; -string focus_pipeline(int capture_width, int capture_height, int framerate, +string video_pipeline(int capture_width, int capture_height, int framerate, int flip_method) { return "nvarguscamerasrc ! " "video/x-raw(memory:NVMM),width=(int)" +