We are using MIPSDK_2020R3 and developed the ActiveX component using C# dotnet application. We are loading ActiveX in Internet explorer 11 in 64 bit platform.
We have 2 cameras, one Camera set into H265 streaming and another in Jpeg.
The H265 camera steam is not displaying and showing black screen.
When we checked logs, ImageDisplayedEvent as below:
ImageViewerControl_ImageDisplayedEvent(0) - 00:00:00, Org=0x0, Display=0x0
ImageViewerControl_ImageDisplayedEvent(0) - 00:00:00, Org=0x0, Display=0x0
ImageViewerControl_ImageDisplayedEvent(0) - 00:00:00, Org=0x0, Display=512x259
and LiveStreamInformationEvent as below:
ImageViewerControl_LiveStreamInformationEvent(0) - 1661250908474
But same code if we load as standalone Win form Application we are able to see the H265 stream with below event Info :
ImageViewerControl_ImageDisplayedEvent(0) - 00:00:00, Org=0x0, Display=0x0
ImageViewerControl_ImageDisplayedEvent(0) - 10:25:08, Org=1920x1080, Display=150x150
If we change the same camera to Jpeg stream it display stream in ActiveX and win Application.
Camera 2 using Jpeg Stream able to display the stream in both ActiveX and Win application.
So Issue is why we receiving Blank or Black Screen in ImageViewerControl while getting H265 stream from Camera in ActiveX loaded in Internet Explorer 11 running in 64 Bit platform?


