Hendrik Baekeland

  • Total activity 96
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 20

Posts

Recent activity by Hendrik Baekeland Recent activity Votes
  • Bounding boxes are instable

    Completed

    Hello, I noticed that bounding boxes are not shown at all for objects that quickly disappear. Sometimes they are not shown for all objects in the first frame but they are shown in the following fra...

  • NetworkOptix stdout/stderr in Windows

    Answered

    I want to see stdout/stderr in Windows. I tried everything from this topic and more https://support.networkoptix.com/hc/en-us/community/posts/360043327433-How-to-debug-plugin-code-?page=1I tried to...

  • Dealing with licensing: enable or disable a plugin if user has no a license for it

    Answered

    Hello, I develop a plugin. User must have a license for using this plugin. I'm checking a license key in the DeviceAgent and if it's correct and user can enable a plugin on one more camera then plu...

  • How to get hardware id (HWID) with a plugin SDK?

    Answered

    Hello,Is there a way to get HWID within a plugin, without HTTP API?I know that I can receive HWID with an API call but I need server login/password for this, so it's better to receive it via C or C...

  • Change settings inside the plugin

    Answered

    Hello,Is it possible to change settings inside the plugin?I want to syncrhonize plugin settings with settings outside the plugin. I know that I can receive setrtings values with `settingValue` func...

  • Getting secondary stream from the Metadata SDK

    Answered

    Is it possible to receive a frame from the camera secondary stream? How can I do it?

  • How to decode compressed frame?

    Answered

    Hello.I'm using Metadata SDK. When I set needUncompressedVideoFrames to 'rgb' or 'yuv420'  CPU load is too high. I don't want to decode every single frame, I want to take 5-10 frames per second.I w...