H Guys,
I am evaluating the MIP SDK samples, Video Preview in specific. I was evaluating the Draw line feature.
In the Management Client, Under MIPS plugin, I selected a specific camera and drew a line. (screen shot attached) .But when I try to view the same in the smartclient I have the following issue
1. The options are not clear within the Smart Client, kind of messed up with one sample over another.(screen grab attached)
2. Even If I manage to find the option in Smart client and select the sample created, no changes appear on the SmartClient.
Has any one tried this SDK sample before ? Appreciate any directions here.
Cheers
Srini
The line is actually drawn but in general too thin and not in a bright color. If you look really close you can see the line also in the Smart Client (sometimes it depends on the color of the video whether it is completely invisible).
Allow me to suggest that you look at the “make square” instead as it uses the same functionality.
I am not too happy about the sample functionality for another reason. VideoOS.Platform.Client.ImageViewerAddOn.ShapesOverlayAdd() is an alternative to VideoOS.Platform.Client.ImageViewerAddOn.SetOverlay(), and it performs much better. I would like to recommend the ShapesOverlayAdd() method. You can explore the use of this in the Analytics Overlay plugin sample.