Avatar

Mohamed Thasin

  • Total activity 114
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 25
  • Subscriptions 30

Activity overview

Latest activity by Mohamed Thasin
  • Avatar

    Mohamed Thasin commented,

    Hi Anton, 1. What is your dev environment - Linux/Windows? I am using Linux (Ubuntu 20.04) 2. Which dev tools do you use for building your plugin? I am using Visual Studio - GCC 9.3.0  3. Could you...

  • Avatar

    Mohamed Thasin created a post,

    How to add shared library to nx plugin?

    Completed

    I have created a shared library for some process. I would like to link the library to main nx plugin. I am not getting any error while building plugins. But, NX keeps on throwing undefined symbol e...

  • Avatar

    Mohamed Thasin commented,

    Hi NX Team, Could you reply for this thread. I have struggling since last week to generate the event. 

  • Avatar

    Mohamed Thasin commented,

    I am able to get settings 

  • Avatar

    Mohamed Thasin created a post,

    Nx plugin event is not displayed in nx client

    Completed

    I am able to raise prolonged event for object tracking. In Media server console, i am able to see events are being raised. But, i am not getting any notification in NX client. But, diagnostic event...

  • Avatar

    Mohamed Thasin created a post,

    How to create simple settings in plugin?

    Answered

    I just wanted to create a simple setting for receiving text. For that i have modified code below.   //plugin.cppstringMyPlugin::manifestString() const{return /*suppress newline*/1 + R"json({"id":...

  • Avatar

    Mohamed Thasin commented,

    Hello Andrey,  Thanks for the solution. I have completely replaced my existing CmakeLists.txt file with your CmakeLists.txt and placed model and plugin to proper directory. Now, I am not getting `G...

  • Avatar

    Mohamed Thasin commented,

    I forgot to add ${OpenCV_LIBS}. After adding this still getting the same error GLIBCXX_3.4.26 not found.  This is how my target link librariries look like, target_link_libraries(opencv_object_detec...

  • Avatar

    Mohamed Thasin commented,

    Andrey, After adding the suggested solution, I am getting . But still i am unable to load the plugin ange getting undefined symbol error. Here is the error message.   {"description": "","errorCode"...

  • Avatar

    Mohamed Thasin commented,

    Hello Andrey,  As you have mentioned, I am using Ubuntu 20.04. I am getting below error after adding your suggested changes in CMakeLists.txt file.    Release. -- Configuring done CMake Error at CM...