How to load plugin on my Jetson Orin Nx platform?
CompletedHi,
I'm trying to use the plugin on our Jetson Orin Nx platform, but facing some problem.
These is my steps
- Using sudo dpkg -i /tmp/metavms-server-6.0.0.39148-linux_arm64-rc.deb to install Nx server.
- Building sample plugin by using build_samples_arm64.sh.
- Using mkdir to make a folder under /opt/networkoptix-metavms/mediaserver/plugins/ then put the shared object inside like below.
- Restart networkoptix service using below command.
After that I still can't find the plugin tab on my Nx Client. Which steps is wrong? How to load the smaple plugin correctly?

0
-
Hello,
The directory you're copying the plugin binary is wrong
It has to be /opt/networkoptix-metavms/mediaserver/bin/plugins/
0
Please sign in to leave a comment.
Comments
1 comment