akshay thoughtclan
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 13
Activity overview
Latest activity by akshay thoughtclan-
akshay thoughtclan commented,
Hello Evgeny, Thanks once again. I followed as you suggested. It's working.
-
akshay thoughtclan commented,
Hello Evgeny, Thanks for the response. How to access camera GUID? Do you mean deviceinfo->id()? If so I am able to access that inside `ConsumingDeviceAgent` But how to access at pushUncompressedVi...
-
akshay thoughtclan created a post,
How to get uniquely identify frame in Network Optix?
AnsweredI am developing a plugin which primary responsibility is saving each frame from camera video and passing the path of saved image to an API. This API is capable of detecting objects in images. So, i...
-
akshay thoughtclan commented,
Hello Sergey, Using the suggested formulae, I am able to get proper rectangles. Hello Andrey, I have followed your suggestion, this is how my functions look like. |pullMetadataPacket...
-
akshay thoughtclan created a post,
How to make rectangle coordinates in NX plugin?
AnsweredI am using a python request to detect objects in each frame from camera. it returns x1, y1 and x2, y2 to draw rectangles. x1, y1 represent starting point of rectangle and x2, y2 represent ending po...
-
akshay thoughtclan created a post,
How to send meta data or payload to NX server?
AnsweredI am using NX Meta Vms version=4.1.0.30731. I want to send meta data (payload) to NX meta server for particular timestamp using plugin. Background Details: I have a plugin which sends each frame f...
-
akshay thoughtclan created a post,
How to limit processing number of frames per second in network optix?
AnsweredI am using Nx version=4.1.0.30731. I am using hello world sample plugin. In the device_agent.cpp file ` generateObjectMetadataPacket` this function produces metadata packet for all the frames. i.e...
-
akshay thoughtclan commented,
okay, thank you, I am able to get the plugins now
-
akshay thoughtclan commented,
hello Andrey, I installed the version of VMS that is present under the "Patches" tab in the download section and this issue was resolved. Thanks for the help.
-
akshay thoughtclan created a post,
What is boundingBoxGrid in analyticsLookupObjectTracks?
AnsweredI am working on object detection analytics part in network optix. I came across this API to fetch object analytics data. somehow, I could not understand boundingBoxGrid. What data it has? How to d...