Subramanian
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Comments
Recent activity by Subramanian-
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...
-
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...
-
curl --location 'https://127.0.0.1:7001/ec2/saveEventRule' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic ZXZvbG9uOkV2b2xvbkluc2l0ZXM=' \ --data-raw '{ "actionParams...
-
{ "actionParams": "{\"allUsers\":false,\"authType\":\"authBasic\",\"contentType\":\"application/json\",\"durationMs\":5000,\"forced\":true,\"fps\":10,\"httpMethod\":\"POST\",\"needConfirmation\...
-
{ "id": "6a361330-d7d9-46a8-8a43-498e253eefa6", "eventType": "analyticsSdkEvent", "eventResourceIds": [ "a4870f7a-d106-2ed5--9d62ec10adda" ], "eventCondition": "{\"analy...
-
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...
-
Will this method emits the event that i am expectingDeviceAgent::MetadataPacketList DeviceAgent::eventsToEventMetadataPacketList( const EventList& events, int64_t timestampUs){ if (events.emp...
-
**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...
-
**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...
-
I would like to capture this event exactly in my plugin .I can very well see the event in vms when Proximity sensor is triggered and can hear bell sound .so need to know is it possible to capture t...