Reputation: 1
I'm working on combining Unity Webgiel with Tizen. The device I use is a Smart M8 monitor.
My order of work is
It worked fine when running the Tizen Web Simulator Application (Samsung TV) in Tizen Studio.
But when I ran it on the Smart M8 monitor, the screen blinking occurred. This problem did not occur in the Tizen Web Application basic project.
What I'm curious about is
Please answer me
My order of work is
Upvotes: 0
Views: 288
Reputation: 11
The screen blinking phenomenon can be seen when there are too much overhead on GPU due to heavy WebGL commands.
I think this phenomenon only happened on the smart monitor, because emulator could use PC's rich GPU resources, whereas smart monitor suffered from the limited GPU resources.
In conclusion, to answer your question 1, you need to reduce the complexity of your app in order to prevent the blinking issue. Hopefully a future Tizen version will fix this issue.
Upvotes: 1