I’m currently navigating through a couple edits to the playback user component sample, and am interested in learning how to overlay an image with transparency in playback please.
The examples that are able to be found are structured for a plugin solution. Current status is that every revision leads to imagevieweraddon object is null.
Any solutions please?
Thomas
The Analytics Overlay sample works in playback mode as well as in Live mode.
When not in the Smart Client but in standalone you will never use ImageViewerAddOn but use the same methods under the ImageViewerControl directly.
(As you yourself instantiate the ImageViewerControl there is no need for ImageViewerAddOn, only in Smart Client where you do not instantiate the ImageViewerControls in the regular Camera view items do you need the ImageViewerAddOn class.)