| | |
| | | #include <jsoncpp/json/json.h> |
| | | #include "DBStruct.h" |
| | | #include "SaveVideoRpc.h" |
| | | #include "VptRpcElement.h" |
| | | |
| | | class VideoCaptureElementNotDecoder : public ffmpeg::VideoCaptureElement { |
| | | using ffmpeg::VideoCaptureElement::VideoCaptureElement; |
| | |
| | | SaveVideoRpcClient_t m_rpcClient; |
| | | VideoCaptureElementNotDecoder videoCaptureElement; |
| | | // ffmpeg::VideoCaptureElement videoCaptureElement; |
| | | |
| | | #ifdef YOLOSERVER |
| | | YoloRpcElement yoloRpcElement; |
| | | #else |
| | | VptRpcElement vptRpcElement; |
| | | #endif |
| | | |
| | | FaceRpcElement faceRpcElement; |
| | | FaceExtractElement faceExtractElement; |
| | | ImageDrawElement imageDrawElement; |