Graham Parry
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Graham Parry-
Frame Transfer Upsetting The Server
AnsweredHi Windows 10, VMS and Metadata 5.0.0.35745 Attempting to transfer a video frame at set intervals, but the current setup is causing the server to stop and restart, and that's before the plugin is...
-
DeviceAgent variables pertaining only to the attached device
AnsweredHaving an issue with a threaded event in a test plugin in that a variable holding the deviceInfo->name does not appear differently for each camera attached. Taking stub diagnostic_events as templ...
-
objectMetadata not appearing in Client
AnsweredI am sending a small array of json objects to the plugin and our api passes it to the method shown below. The success response is received back but the objects do not appear in the client. Can yo...
-
Background HTTP server in plugin
AnsweredAm trying to develop a plugin that can receive metadata via an HTTP server and then pass that data to the NX Server.As a POC I'm just using Crow to test requests and responses. The problem is this...