Subramanian
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Posts
Recent activity by Subramanian-
How to capture intercom button press event in plugin DLL via Metadata SDK (SDK 5.1.3)
AnsweredI'm working on a plugin DLL using the NX Meta Plugin SDK (version 5.1.3) and I need help capturing events from an intercom device (Hanwah TID-600R device).Currently, I'm successfully detecting moti...
-
How to send snapshot image via HTTP when intercom call button is pressed in intercom bell camera
CompletedI'm working with NetworkOptix VMS and trying to configure a camera rule that triggers when the intercom call button is pressed. I know I can set the event type to "Call Button Pressed" and use the ...
-
How to distinguish multiple lenses in a dual-lens network camera when both return the same MAC
PlannedI'm working with a dual-lens network optic camera that exposes two video channels (which I can assign as channel 1 and 2). However, both channels report the same MAC address, which makes it difficu...
-
Plugin Diagnostic Event on Axis Camera saying method execution took too long for engine::doobtaindevice agent on starting of my analytical plugin
Getting this error on starting of my plugin in plugin settings every time i only have a map added to the doobtaindevice method to hold camera detail and i am using 5.1.3.38 version of nx client and...
-
Matadata_sdk steps for how to build for 6.0.x in win vs2019
AnsweredI have built the Metadata SDK for version 6.0.x, but I don’t see the .sln file to load in Visual Studio 2019. I'm using Windows 10 Pro with VS Studio 2019. I ran build_sample.bat from the VS 2019 x...
-
Network-based audio devices to talk two way
AnsweredIs it possible to trigger external network-based audio devices to talk two way, such as AXIS C1310-E Mk II Network Horn Speaker, or control door unlock systems via the VMS API? If so, what would be...
-
Trigger Camera Audio Playback via REST API with Custom Sound File in Nx Witness
AnsweredI am able to configure camera actions to play sound on event triggers via the Nx Witness GUI, but I need to achieve the same functionality using the REST API. Specifically, I want to trigger audio ...
-
Inconsistent file format: SDK generates MP4 file with Matroska (MKV) format inside
AnsweredI'm using your SDK to generate video files, which are saved with an MP4 file extension. However, when I run ffprobe on these files, they're identified as Matroska (MKV) format instead of MP4.Here's...
-
How to get intrusion event in custommetadata pushCustomMetadataPacket (stub analytics sample)
AnsweredI have tried to get the intrusion detection event using CustomMetadata stub code sample . i couldn't able to get the event properly the question is am i using the right Stub sample to get event dat...
-
Setting Confidence Thresholds in kDeviceAgentSettingsModel for Nx Witness Client with GUI Integration (Possible Approaches)
AnsweredI'm working with a project that uses an INI file to store confidence thresholds for Nx Witness PLUGIN. I'd like to read these values from the INI file, construct a JSON object representing the set...