Playback control - SMART Client's similar design

I am doing a custom .NET Application to access live view and playback.

I would like to reproduce similar UX that you have in Smart Client but for now, the controls I found out doesn’t look like that.

I have checked the following example. Within the example there is a picture of SMART Client where the independant playback is being showed. When I saw it first time, I thought the code will provide the same control design as it was stated in the image, but after integrate the control in my App, the design was quite awful (see the attached picture).

https://doc.developer.milestonesys.com/html/samples/SCIndependentPlayback.html

Having said that, is there any example that provides similar playback control design than you have in SMART Client? Before going forward to design it myself (because it’s time consuming) I would like to confirm if there is something you can share that I have missed from your documentation.

Thanks in advance.

Regards.

Personally, I don’t think the design was awful.

There are two samples and you have two options; one uses ImageViewerControl, another one uses ImageViewerWpfControl. See following samples;

https://doc.developer.milestonesys.com/html/index.html?base=samples/playbackuser.html&tree=tree_2.html

→ This sample uses PlaybackUserControl.

https://doc.developer.milestonesys.com/html/index.html?base=samples/playbackwpfuser.html&tree=tree_2.html

→ This sample uses PlaybackWpfUserControl.

As you can see these samples are not as beautiful as Smart Client. You might want to change the design as you had started to do.