Graham Parry
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Graham Parry-
Hi Andrey So this is Windows, Nx Witness 5.0.0.35745 and MetadataSDK 5.0. I seem to have solved one problem in that if I create my variables in device_agent.h protected: they will only pertain to t...
-
Thanks Andrey. Looks like those logs will prove the best way or working out what's happening to the metadata at its various stages.
-
Hi AndreyAny further thoughts on boundingBox being visible on playback? Since my last message I've run the plugin on a live system with active cameras ( rather than experimenting with TestCamera ...
-
Tried it out using the sample_analytics_plugin as the most basic framework and still no visible bounding boxes. This is the json person object I'm creating. { "timestampUs": 0, "durationUs"...
-
Thanks Andrey Have made a start on implementing our code on the sample plugin. Will advise how it goes and supply the code block if still not appearing.
-
Would like the bounding boxes to appear on playback but not achieving it. I did read from another answer that the whole process of video analysis to plugin must be less than 2 seconds, but I am ti...
-
Update to my last post. Much better response now that I have multiple frames being sent in. I think I have the timestamp nailed, at least a version good enough for test data, so I have answered my...
-
Hi AndreyFYI I'm using nxwitness-metadata_sdk-5.0.0.35745-universal, a 5.0.0.35744 Server/Client, on Windows 10.I'm using the stub object streamer example with all the file stuff knocked out and wi...
-
Thanks. Actually I may just have solved the issue I was inquiring about. It's all a bit experimental at the moment as I find my way around the plugin, but I seem to have my server running again a...
-
Hi AndreyWill do that. In principle though is there any reason why threading would upset the server service starting? The plugin behaves OK if I don't try and run the mini server separately.