Anton Babinov
- Network Optix team
Nx Support Team
- Total activity 336
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 132
Comments
Recent activity by Anton Babinov-
Hello Joshua. I want to add the current date and time stamp into the "Do HTTP Request" function on an NX Witness request. Is there anyway to achieve this functionality where it will get the curren...
-
There is streamTypeFilter flag which you can set in Engine Manifest to define which packets should be supplied to the plugin by the server. In addition to motion packets IMotionMetadataPacket, you ...
-
Hello Jason, the default timeout is set to 3 seconds. However, it can be adjusted in vms_server_plugins.ini file. You need to create an empty vms_server_plugins.ini file in the nx_ini dir and resta...
-
>But, sending a delete request in the DeviceAgent destructor could mean deleting cameras on the remote >server unintentionally. The destructor will always be called when the DeviceAgent worker is a...
-
[rawvideo @ 0x7fe0d900c800] Invalid buffer size, packet size 921600 < expected frame_size 1382400 This error usually indicate that either resolution or pixel format is wrong. Also, I can see that y...
-
Hi Usama, at the moment it isn't possible to access server information from inside plugin. Only IDeviceInfo is being passed to the plugin, which includes information only about camera. In theory, i...
-
I did some experiments and data() function seems to return the correct char* data. Base64 encodes 3 bytes of real data into 4 encoded bytes. As a result, the Base64 string should be longer than the...
-
Hi Usama, diagnostic event from your screenshot indicates that the execution of function pushUncompressedVideoFrame was stoped due to the timeout. If the execution of pushUncompressedVideoFrame tak...
-
You need to define variables in your engine to handle these settings. In your settings_model.h const std::string kCalipsaHost{"calipsa_host"}; Your engineSettingsModel for calipsa_host should looks...
-
Could you please give more details on your parameters and how you plan to use them? How do you store those text fields and numbers in your engine? In general, you can implement getEngineSettings(...