I’m developing an MIP plugin for “XProtect Smart Client 2019 R2 (64-bit)” using “MIP SDK 2019 R2” & Visual Studio 2015.
And i have two problems:
1- Each time I call simple WebApi method within a button inside WorkSpaceViewItemWpfUserControl the XProtect Smart Client taks a lot of time and hangs on GetAsync(url), I’m using System.Net.Http.HttpClient, Same code runs smoothly in a simple Console App, Is there any thing/configuration missing?
2- How can I playback a video given a start and an end date/time for specific Camera within a WorkSpace?
First of all, please do not combine multiple questions that is not related with each other into one question thread. Please consider the usability of this forum and stick to one question in one thread.
I am a bit surprised this issue because I could not reproduce with a small sample using System.Net.Http.HttpClient and GetAsync(url). It worked fine for me in a console test program and Smart Client test plugin when I tested.