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-
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...
-
Mohamed Thasin created a post,
How to add shared library to nx plugin?
CompletedI 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...
-
Mohamed Thasin commented,
Hi NX Team, Could you reply for this thread. I have struggling since last week to generate the event.
-
Mohamed Thasin commented,
I am able to get settings
-
Mohamed Thasin created a post,
Nx plugin event is not displayed in nx client
CompletedI 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...
-
Mohamed Thasin created a post,
How to create simple settings in plugin?
AnsweredI 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":...
-
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...
-
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...
-
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"...
-
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...