Serhii Syrtsov

  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 3

Activity overview

Latest activity by Serhii Syrtsov
  • Serhii Syrtsov commented,

      It's alright. I set TS1 as a parameter in ObjectMetadataPacket::setTimestampUs(). For example, in code it looks like   Ptr<IMetadataPacket> DeviceAgent::generateObjectMetadataPacket(std::...

  • Serhii Syrtsov commented,

    Yes, our third party system pull RTSP from the Server. I tried to set a parameter "Trust camera timestamp", but that did not help.

  • Serhii Syrtsov commented,

    Ok. The same stream means that the plug-in and the third-party system receive frames of the video stream via the same RTSP link.  Recognition of an object, for example, a license plate, takes place...

  • Serhii Syrtsov created a post,

    Timestamp synchronization problems

    Answered

    I saw more than one such problem on the developers forum, but I still could not find a working solution. Our third-party system gets the same video stream as the plug-in. We send a coordinates of t...

  • Serhii Syrtsov created a post,

    Search in Objects tab

    Answered

    When I enter the 'Space' character in the search bar, it doesn’t find anything. That is, if I look for the brand of the car "KIA SORENTO" and enter "KIA", then it finds the suitable records. But wh...

  • Serhii Syrtsov commented,

    Yes, I develop plugin. When I link C++ library (cURL) and make the request from the code, the plugin is not visible for VMS. There is no item "Plugins" in the camera settings. Maybe this library so...

  • Serhii Syrtsov created a post,

    Send HTTP request to third party systems

    Answered

    How can I send HTTP requests to third party system? When I use cURL library, it is invisible for MetaVMS. Advise me something that will help me solve a similar problem. Maybe I can use any built-in...