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)" +