Jason Shim
- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
Posts
Recent activity by Jason Shim-
Duplicated Object attribute.
AnsweredHi. My plug-in pushes meta data objects that have four attributes. (speed,height,area,age) My system shows the object's information correctly. But another system show it's information as duplica...
-
Applying camera settings to plugin.
AnsweredPlug-in settings can be set by users, and notified via SettingsReceived(). SettingsReceived() can process and send settings to the device(camera). But, when the camera's settings changed, I think t...
-
Tree on Plug-in setting menu.
AnsweredHow can I implement tree on plugin setting menu, like following image. What syntax should I use for a device agent's manifest. Do you have any examples.
-
Type name for password text field in plug-in manifest.
AnsweredIn plug-in's manifest, can I add password field to the UI? If it is possible, what type name should I use instead of "TextField" in the following example. "engineSettingsModel": {"type": "Settings"...
-
Nx Meta: Nx API access from the plugin
AnsweredHi. There are many cases that the plug-in calls Nx API. The API requires to authenticate. When plugin is installed and is configured to run, Nx requires a user to authenticate. When the plugin ...
-
Nx Meta: Lower resolution stream from the server for plug-in?
AnsweredHi. Plug-in is fed 1080p30 decoded images. Our plug-in is suffice to get 480p15. Is there any API or method that the plug-in can select any of lowest stream option if the channel was configured t...
-
Nx Meta: How do we show annotation around the tracked objects?
AnsweredHi, We implemented Meta plugin. In Nx, it is showing like the following. Around the tracked object, Nx draws a red rectangle. This is awsome. However, we need more than this. We would like to sh...
-
Nx Meta4.0: No object list shown at the latest SDK
AnsweredOn previous version of SDK, I've seen objects list is shown on the right panel, using a plugin sample provided in the SDK. But the latest version, specifically, http://updates.networkoptix.com/meta...
-
Nx Meta4.0: can channel name be added to DeviceInfo of Engine::obtainDeviceAgent?
AnsweredWhen a plugin is launched, DeviceInfo is delivered at Engine::obtainDeviceAgent. DeviceInfo structure is the following: struct DeviceInfo { DeviceInfo() { vendor[0] = 0; mod...
-
Nx Meta4.0 R4 DeviceAgent::pluginSideSettings?
AnsweredI have questions on DeviceAgent::pluginSideSettings. 1. When DeviceAgent::pluginSideSettings is called? We could not see it be called. 2. If a server gets settings using DeviceAgent::pluginSideSe...