I’m not able to find document about exporting camera.
Can I export recorded video via Protocol Integration ?
If I can, tell me the search keyword or document’s url (or path) please..
I’m not able to find document about exporting camera.
Can I export recorded video via Protocol Integration ?
If I can, tell me the search keyword or document’s url (or path) please..
Unfortunately, there is no export sample in Protocol integration, and no functionality.
It would be possible to retrieve data and develop you own AVI or MKV export functionality but implementing export using XProtect format for opening an export in the Smart Client player will not be possible.
One alternative way would be - in order to export video, you can use Mobile SDK, and then download the export file. You can use it as an export.
Please see this link, it might be helpful.
CreateExportDownloadLink -
"It would be possible to retrieve data and develop you own AVI or MKV export functionality but implementing export using XProtect format for opening an export in the Smart Client player will not be possible."
What do you mean? Can you tell me in more detail?
I just want to download MKV via Protocol Integration.
Is not there function for Protocol Integration?
Mobile SDK is not available. Because my project language is Java (not android).
If you want to make an export using protocol methods, you need to use mobile Server and Mobile protocol / Mobile SDK. Mobile SDK documentation has sections for “Android/iOS” but you can use also java code.
There is no samples for java but there are for java script, at any rate I hope you find it useful.
Can I use Mobile SDK in Ubuntu?
Hi Kim,
Unfortunately we don’t provide JS version of the Mobile SDK that is built for Node.js. Same for Java, that is not built for Android.
So the only option could be to use .NET SDK. It is based on .NET Standard and as such could run under .NET Framework as well as .NET Core and .NET 5/6.
If you are ready to use .NET Core/6, you could give a try to .NET MIP SDK Mobile. There is a NuGet package available.