akshay thoughtclan
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 13
Posts
Recent activity by akshay thoughtclan Sort by recent activity-
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...
-
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...
-
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...
-
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...
-
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...
-
Where the objects are stored in meta VMS ubuntu?
AnsweredI have installed network optix VMS client and server successfully. After this I have added stub_plugin also added. I can see the result(bounding box) on client viewer. I want to know where the obje...
-
plugin video stream is not available on nx cloud?
AnsweredI have installed network optix VMS client and server successfully. After this I have added stub_plugin also added. I can see the result(bounding box) on client viewer. But, I am unable to view the ...
-
Plugin is not available
AnsweredI have installed network optix meta VMS client and server on ubuntu machine. I have put libstub_metadata_plugin.so inside /opt/networkoptix-metavms/mediaserver/bin/plugins folder. after that I rest...
-
Unable to start the mediaserver for meta VMS on windows 10
AnsweredHi, I had installed the metavms on my machine, and as I wanted to try out the stub plugin, I copied to the plugins folder and in order to restart the media server, I killed the running process. Af...
-
Cant find Testamera Emulator for windows
AnsweredI did a lot of searching, but I am unable to find the test camera Emulator for windows. Where do I download it from? I have got access to the early access program, but the documentation is really h...