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-
Can't receive video frame on panorama camera.
AnsweredHi. I'm testing a panorama camera which is consist of 4 sensors and displayed as stitched on NX VMS. DeviceAgent::pushCompressedVideoFrame() is not being called. No frames are received. Any other n...
-
IEventMetadata's trackId and key
CompletedIEventMetadata has trackid() and key() member functions. And have following definition and descriptions. But, I don't understand what the "Object" is, Is the object causing the event? What is the p...
-
preferredStream secondary doesn't work
AnsweredIn Engine::manifestString(), I return json string including following. But default stream for plugin is always primary. "streamTypeFilter": "compressedVideo","preferredStream": "secondary", How can...
-
Long live object problem.
CompletedHi, Objects are used to display counters in VMS, but if the same ID is kept for a long time, there was a problem of excessively accessing the disk in the DB.To avoid this problem, I updated the ID ...
-
Engine::IsCompatible() timeout
CompletedHello. I've got following message at the VMS. Can you tell me the largest timeout value not to get the message?
-
Refresh button is not working in the Plugins settings page.
AnsweredIf I add new device in the VMS and press Refresh button in the Camera Settings/Plugins/Plugin main page to update the polygons and lines, the polygons and lines are not updated actually. DeviceA...
-
Duplicated Object attribute(again).
AnsweredHi. I posted similar question before, but it's still not solved. My plug-in pushes meta data objects that have four attributes. A system show it's information as duplicated. You can see multiple v...
-
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.