I'm trying to figure out how to do PiP. I followed this guide:

http://samsungdforum.com/Guide/tec00103/index.html

This line:

alert('POSMODE : ' + pluginWindow.GetScreenRect_PosMode() + ', SIZEMODE : ' + pluginWindow.GetScreenRect_SizeMode());

returns -2 for both, PosMode and SizeMode. It's a negative value, so something went apparently wrong, but I can't figure out what. What does it mean? There is nothing showing on the screen either.

Can somebody help me out with this or point out tutorials for making PiP app?

Thank you in advance.

有帮助吗?

解决方案

That tutorial seems outdated for 2011 and below TV models. Try to visit this link, the reply has attached PIG sample apps and i think easier to learn from what already done.

http://samsungdforum.com/SamsungDForum/ForumView/7e2b7fa90012098b?forumID=6edcb9318bf4438f

The newer SDK should be able to use sf.service.PIG object to do the work

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top