FaceRecognition/src/nv_osd_manager.hpp
2025-06-30 20:03:38 +00:00

10 lines
165 B
C++

#include <gst/gst.h>
class NvOsdManager {
private:
public:
GstElement *nvosd = NULL;
NvOsdManager();
bool create_nv_osd();
~NvOsdManager();
};