Subramanian
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Activity overview
Latest activity by Subramanian-
Subramanian created a post,
How to identify if a camera is a doorbell via Nx API?
AnsweredI’m working with the Nx Witness API and need to determine whether a camera assigned in the system is actually a doorbell (e.g., hanwah or Axis). Is there a way through the REST API to check if a ca...
-
Subramanian commented,
one more think, I don't see settings for specific camera instead i see a common entry I need to do for specific camera and need to set Event type also like the following Expected:I need to pass or...
-
Subramanian created a post,
How to get VMS version info via API
AnsweredI’m integrating with a Video Management System (VMS) and I just need to query the version information (e.g., software version, build number) through its API.Need to know 6.x or 5.x VMS to log and v...
-
Subramanian commented,
Thanks a lot for the immediate response and your invaluable help—it’s much appreciated!I’ve updated to version 6.0.6 as suggested, and the API works perfectly when logged in as an admin user. Howev...
-
Subramanian commented,
curl --location 'https://127.0.0.1:7001/ec2/saveEventRule' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic ZXZvbG9uOkV2b2xvbkluc2l0ZXM=' \ --data-raw '{ "actionParams...
-
Subramanian commented,
{ "actionParams": "{\"allUsers\":false,\"authType\":\"authBasic\",\"contentType\":\"application/json\",\"durationMs\":5000,\"forced\":true,\"fps\":10,\"httpMethod\":\"POST\",\"needConfirmation\...
-
Subramanian commented,
{ "id": "6a361330-d7d9-46a8-8a43-498e253eefa6", "eventType": "analyticsSdkEvent", "eventResourceIds": [ "a4870f7a-d106-2ed5--9d62ec10adda" ], "eventCondition": "{\"analy...
-
Subramanian commented,
I would like to create an event that triggers an HTTP request—similar to what can be configured via the Rules Engine UI—but entirely from code.Specifically, I want to: Define a custom event from my...
-
Subramanian commented,
Will this method emits the event that i am expectingDeviceAgent::MetadataPacketList DeviceAgent::eventsToEventMetadataPacketList( const EventList& events, int64_t timestampUs){ if (events.emp...
-
Subramanian commented,
**What I’ve Tried:**- Implemented a device_agent to listen to device signals.- Injected EventMetadataPacket with custom eventType.- Queried IEventMetadataPacket in plugin DLL.**Code Snippet:**```cp...