Hi, I need to add live camera view inside a webpage. Webpage is inside Plugin. Is there any way to use JS SDK indide plugin without relogin and using smart client credential?
Is there any other way to show camera video inside webpage without re login if its shown inside smart client plugin?
I have solved issue by using RGBVideoEnhancement sample code. I have sent video frame by frame and then displayed as video. Its slower but solved for now