X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=include%2FEngine.h;h=ebd512166aa43328c6ffca82a2bfa2c13a1733af;hb=70532232dd98f31467eff7baaaff6e68f803bb45;hp=93d6c9c85340b2f2faa28665a1456d2fb7029f2b;hpb=be96459d3e098508417f07ed0e1952b6e05215c4;p=trackerpp.git diff --git a/include/Engine.h b/include/Engine.h index 93d6c9c..ebd5121 100644 --- a/include/Engine.h +++ b/include/Engine.h @@ -32,10 +32,11 @@ public: // virtual void capture(bool bb = false); void addObserver(EngineObserver* o); void setVideoSrc(VideoSrcType type, const std::string& url); + // stream the video source as http, return the url + std::string setPreview(bool isPreview, bool showBB = false){return "";} protected: friend class MultiTracker; - void onStatusChanged(); void onPersonsIn(const std::vector& p); void onPersonsOut(const std::vector& p);