Documentation / User Guide / SDK – Advanced Configuration Examples
The following video visualizes changes made to the renderer in real time. Between timecodes 0:00 to 0:15, only the detected object’s class is displayed. Default render settings.OSD rendering can be…
Documentation / User Guide / SDK – Configurable Parameters
Configurable Parameters Enumerations: OSDValue StreamID FrameID FPS Pts Latency Tracks Corner TopLeft TopRight BottomLeft BottomRIght Type SDK Name Protobuf Name Default Value Updateable Description Stream Source Configuration string Url…
Documentation / User Guide / SDK – Video Input Formats
Meerkat engine is capable of receiving either video files or live video streams and supports the following video input formats: Encoded Video Formats H.261 H.263 H.264 H.265 MPEG-4 MJPEG FFV1…
Documentation / User Guide / SDK – Video Telemetry Input
Overview Meerkat requires telemetry and FOV parameters in order to track objects while moving. The platform-payload relationship is divided into three main vertices: Movable platform + fixed payload Movable platform…
Documentation / User Guide / SDK – Video Input Formats
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt…
Documentation / User Guide / SDK – Basic Operations
Starting a new stream is performed using the following function call: sdk::startStream() Optionally, the stream can be started with modified values using the following function call syntax: sdk::startStreamConfiguration.getDetector().getGroups("motorboat").setScoreThreshold(0.8); Additionally, the…
Documentation / User Guide / SDK
Communication with the Meerkat engine is performed using the Software Development Kit provided by SightX. The SDK is used in either C++ or Python 3 and contains all of the…
Documentation / User Guide / Demo .cpp File
#include "PipelineInterface.h" #include <chrono> #include <condition_variable> #include <iostream> #include <thread> #include <opencv2/videoio.hpp> using namespace sightx; struct UserData { bool ServerState = false; bool StreamState = false; std::mutex Mutex; std::condition_variable Condition;…
Documentation / User Guide / Meerkat as SW deployment
Installing the Meerkat SDK on a PC The following procedure provides step-by-step instructions for installing the SDK on both Linux and Windows based machines: Linux Installation Open the command prompt…