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 Ali, You can check our support article regarding general capabilities of plugins -https://support.networkoptix.com/hc/en-us/articles/360023747714-1-Integration-Capabilities-What-to-Expect Is...
-
Hi Peter, Is the media method available in 4.1 or only in 4.2 beta at the moment? Do you have a date for when the 4.2 official version will be released? Official release of version 4.2 is schedul...
-
Hi Peter, I found a similar issue reported earlier for the release version of 4.1. Could you please check if you can get a video with /media API? Something like this: /media/<cameraId>.<format>?pos...
-
Hi Usama, try to use dumpbin.exe tool to examine the dependencies of the compiled dll. dumpbin.exe usually comes with Visual Studio and you can find it in in tools directory(https://docs.microsoft....
-
Hello Peter, http://<ipaddress>:<port>/hls/1.mkv?&pos="1612256206049"&duration=10 You don't need quotes around pos parameter value - try it like this: http://<ipaddress>:<port>/hls/1.mkv?&pos=16...
-
textoverlay to a specific camera, put a bookmark, taking video backup, export camera record. It seems that, it can be done, from inside the plugin. Do you have any advice to do it with writin...
-
Hi Hendrik,It looks that I've managed to reproduce a similar issue with these steps:1. Pause video.2. Press on any object from the object tab.3. Video jumps to the frame with an object, but the bou...
-
Hello Ali, Is there a part, or a code sample to trigger the API commands. At the moment SDK doesn't provide any additional tools to execute API commands. You can do this, but would be the same as...
-
Do you want to execute this code in your cloud service or on the plugin side? Ideally I want to execute code only when it was changed but I don't see such callbacks Renaming cameras doesn't seem...
-
Hi Raúl, for video export you can use API call /hls/<cameraId>.<format> , it allows to download chunks of archive video in mpeg-2/ts (.ts) or Matroska (.mkv) formats. for images export check API ...