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-
The problem was solved. It was caused by older Wave build. At some point, duration option was renamed to durationMs and startTime to startTimeMs. To avoid such issues, it is best to check with ser...
-
Could you please show your code that you used to save .yuv file and tell me video parameters from the original stream(codec, bitrate, resolution)?
-
Hello Kramer, the correct authkey for your credentials would be: bG9naW51c2VyMTo1YjhiMDJjZGYyNjUwOjhlYTUzZmU2ODhlNDRlZTQ4ZjU5OWRhODYwNDk1MWJj And is this authkey permanent? No, it isn't permanent...
-
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...