Frame Rate Drop Issue in NIR Camera Streaming Using C++ OpenCV with GStreamer
Currently, I am developing and testing a program that outputs real-time images from an NIR camera in an ARM64 processor environment running Ubuntu 20.04 OS, using C++ OpenCV 4.5.4 library. When using the GStreamer command in the terminal, I get 30fps, but when reading the camera feed using the OpenCV VideoCapture function, I only get 13fps, which is causing an issue. I need advice on how this resolve problem