Get camera id from analytics plugin.
AnsweredIs there a way to get NX Camera Id from analytics plugin ?
0
-
Hello,
Yes of course. DeviceAgent constructor accepts a pointer to nx::sdk::IDeviceInfo as a parameter.
For example, in stub_analytics_plugin
DeviceAgent::DeviceAgent(Engine* engine, const nx::sdk::IDeviceInfo* deviceInfo)
IDeviceInfo has the id() method.
0 -
Thanks.
0
Please sign in to leave a comment.
Comments
2 comments