| | |
| | | #include <basic/debug/Debug.h> |
| | | #include <opencv2/opencv.hpp> |
| | | #include <basic/timer_counter/Clocktimer.h> |
| | | #include <basic/pipe_element/ffmpeg/cap_ffmpeg_impl.hpp> |
| | | #include <thread> |
| | | #include <basic/util/app/AppPreference.hpp> |
| | | #include <QString> |
| | | #include <QDateTime> |
| | | #include "RtspAnalysManager.h" |
| | | //#include <basic/pipe_element/ffmpeg/cap_ffmpeg_impl.hpp> |
| | | #include "../../../BasicPlatForm/basic/pipe_element/ffmpeg/FfmpegElement.cpp" |
| | | |
| | | RtspCaptureElement::RtspCaptureElement(const std::string &path, const std::string &camId, int fps, int reopenTime, |
| | | int gpuIndex, RtspAnalysManager *manager) : |