Rename focus_pipeline to video_pipeline

This commit is contained in:
Tobias Eidelpes 2023-02-13 17:58:28 +01:00
parent 97bc3ee5b3
commit 85fe839b01

View File

@ -5,7 +5,7 @@
using namespace std; using namespace std;
using namespace cv; 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) { int flip_method) {
return "nvarguscamerasrc ! " return "nvarguscamerasrc ! "
"video/x-raw(memory:NVMM),width=(int)" + "video/x-raw(memory:NVMM),width=(int)" +