Win10 x64, XProtect Corporate.
Is it possible for my c# custom application to export video data and the SmartClient in the same way that the Smart Client does it using a password for encryption, all via the SDK?
Win10 x64, XProtect Corporate.
Is it possible for my c# custom application to export video data and the SmartClient in the same way that the Smart Client does it using a password for encryption, all via the SDK?
The MIP SDK does not have the functionality to include a Smart Client Player.
I think the main reason the MIP SDK for this is that the MIP SDK does not include a Smart Client executable. If you develop this fuctionality you will have to make sure either that a Smart Client is installed or that you provide it. What the Smart Client does when asked to export including a player is to copy this folder: “[C:\Program](file:C:/Program) Files\Milestone\XProtect Smart Client\Player” (Contains a 32 bit Smart Client).
If you look at the Export sample you can export using encryption, if you provide the same “player” folder and puts it in a folder structure like the Smart Client export does you can make it work. I have to admit I never tried, if you try and run into trouble let me know.
Thank you Bo, I’ll see what I can come up with.