• Title/Summary/Keyword: smart TV application

Search Result 71, Processing Time 0.025 seconds

Video Encoding Application of SmartTV using Clould Computing (클라우드 컴퓨팅을 이용한 동영상 인코딩 스마트TV 어플리케이션)

  • Kim, Sung-Hyune;Yun, In-Sik;Park, Kyung-Soo;Moon, Il-young
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.10a
    • /
    • pp.996-999
    • /
    • 2014
  • Early Smart TV market had their interest in the ability of HW, but these days Smart TV market begin to concentrate on it's services, contents and applications of SW. However, because in Smart TV application, there is no major difference with the application in smart phones and tablets. So the utilization rate in Smart TV application is evidently low. That's the reason why many people did not feel the need to use smart TV applications. In order to solve this problem, this paper propose to develope an application with the cloud computing technique [clould computing] that is intended to provide an usability through the interlocking of the individual PC and smart phone. After uploading user's photos from smart phone or PC to smart TV, this application will help not only to create user's own video but also to add various kind of video effects that user want. Therefore, in this paper, I expect the activation of smart TV applications.

  • PDF

Software Platform Design and Implementation for Interworking between Smart TV, PC and Smart Phone (스마트 TV, PC, 스마트 폰 간의 상호 연동을 위한 소프트웨어 플랫폼 설계 및 구현)

  • Kim, Min-Jae;Min, Sang-Won
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.37B no.9
    • /
    • pp.831-836
    • /
    • 2012
  • To provide convenient life, we consider the situation of using the smart phone to control smart TV and PC in home and office. In this paper, we design the interworking platform between smart TV, smart phone and PC, and implement their applications. Our smart phone application controls the smart TV and PC, where our smart TV application communicates with the smart phone and PC can be booted by the login and password information given form our smart phone application. We hope that our platform design and application implementation will be contributed to be a foundation of interworking between various smart devices in the near-future real smart life.

Samsung Smart TV Board-game Application development (삼성 스마트 TV 보드 게임 Application 개발)

  • Lee, Chang-Yeon;Kim, Woosaeng
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2013.10a
    • /
    • pp.622-624
    • /
    • 2013
  • TV is Device best known to everyone. Showing off a smart TV in the TV industry has recently become a new blue ocean in the TV market. As with other smart devices, smart TV is also an important factor is a very important application. In this paper, by using the Samsung SDK to application of Web-based that can be used in smart TV environment of Samsung, we have developed a board game that has been created based on JAVA SCRIPT, CSS, and HTML. Rules of the game of the board game format using the dice is easy, this application is a four-person game that also men and women of all ages who enjoy.

  • PDF

Implementation of Smart TV Application using HTML5 and Health Bicycle (HTML5와 헬스자전거를 이용한 사용자 체감형 스마트TV Application 개발)

  • Park, Jin-Tae;Hwang, Hyun-Seo;Moon, Il-Young
    • Journal of Advanced Navigation Technology
    • /
    • v.18 no.1
    • /
    • pp.101-106
    • /
    • 2014
  • Smart TV is to form a market of new industries along with the smartphone that appeared in the early 2000s. With the development of IT technology and the emergence of smart phones, user to pursue the application of high satisfaction. The smartphone has to meet the needs of the user in a variety of applications. However, Smart TV which led to a decrease in the development of a member of the application that reflect the needs of the user. Smart TV is popularized, the approach may be used instead of the application of high specification, the smart TV feel to be a smart are required to meet the needs of the user. Therefore in this paper, using the latest IT technology to provide a smart TV applications. This provides a feeling in conjunction as a system of one smart TV, smartphone, the exercise bike like to travel the distance of the actual user. For this reason to use WebOS, HTML5, Web sockets, the technology of Android.

A Study on Development of Application using Smart TV (스마트 TV를 이용한 어플리케이션 개발에 관한 연구)

  • Song, Eun-Jee
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2012.10a
    • /
    • pp.984-987
    • /
    • 2012
  • A Smart TV is the multi TV which have not only function ability of general TV but also web service and application as like smartphone based on internet. In this paper, we suggest the web system for cooking recipes as smart TV application. This system have a game function by simulation and we can enjoy this cooking recipes application as a game.

  • PDF

A Monitoring System of Energy Usage for Apartment Houses Using Smart TV (스마트TV를 이용한 공동주택의 에너지 사용 모니터링 시스템)

  • Park, Sungsoo;Jin, Younghoon;Nam, Sanghun;Chai, Youngho
    • Korean Journal of Computational Design and Engineering
    • /
    • v.18 no.6
    • /
    • pp.451-460
    • /
    • 2013
  • This paper presents the necessary elements and data flow in developing a monitoring system of energy usage for apartment houses with a Smart TV. Energy consumption data in each home are collected and analyzed in the HUB station by way of measuring instruments. And the amount of energy usage, such as electricity, gas, hot water, heating, water and other utilities are displayed through the Smart TV application. Energy consumption Database in the HUB station are processed and displayed in the browser of a Smart TV through XML, JAVASCRIPT and Flash. Smart TV users can get the energy consumption status through the energy consumption analysis display of the Smart TV application and improve the energy efficiency by comparing the usage patterns with neighboring houses. And the application display energy usage information, consumption ranking, rates to user as well. Furthermore, usage of last month or year can be compared to help to reduce the energy usage. The proposed system can provide the information about the amount of energy use to be reduced and the warning on the waste of energy.

FastIO: High Speed Launching of Smart TV Apps (FastIO: 스마트 TV 앱의 고속 구동 기법)

  • Lee, Cheolhee;Hwang, Taeho;Won, Youjip;Lee, Seongjin
    • Journal of KIISE
    • /
    • v.43 no.7
    • /
    • pp.725-735
    • /
    • 2016
  • Smart TV uses Webkit as a web browser engine to provide contents such as web surfing, VOD watching, and games. Webkit uses web resources, such as HTML, CSS, JavaScript, and images, in order to run applications. At the start of an application, Webkit loads resources to the memory and creates DOM tree and render tree, which is a time consuming process. However, DOM tree and render tree created by the smart TV application do not change over time because the smart TV application uses web resources stored in a disk. If DOM tree and render tree can be stored and reused, it is possible to reduce loading time of an application. In this paper, we propose FastIO technique that selectively adds persistency to dynamically allocated memory. FastIO reduces overall application loading time by eliminating the process of loading resources from storage, parsing the HTML documents, and creating DOM tree and render tree. Comparison of the application resource loading times indicates that the web browser with FastIO is 7.9x, 44.8x, and 2.9x faster than the legacy web browser in an SSD, Ramdisk, and eMMC environment, respectively.

A Proposal for SmartTV Development Plan by Applying Big Data Analysis Methodology (빅데이터 분석 방법을 적용한 스마트 TV의 발전 방안에 관한 제언)

  • Park, Nam-Gue;Kim, Sun-Bae
    • Journal of Digital Convergence
    • /
    • v.12 no.1
    • /
    • pp.347-358
    • /
    • 2014
  • A smart TV is able to show terrestrial broadcasting and also can be used as a computer -VOD, games, image communications, application utilities and so on. In order to carry out Smart TV business, it has to contains contents, platforms, network terminal unit. If ill-equipped with any of these aboves, it must cooperate with other licensee. Therefore, Smart TV business is necessary to cooperate with each business agent. In this paper, we will look into domestic/foreign country Smart TV market, policy, vitalization strategy, and suggest the application of big data analysis methodology for Smart TV vitalization method - 1) hardware infrastructure building based on cloud computing 2) Network upgradability acceptable traffic increase 3) Technical development cooperation between each licensee 4) Variable Smart TV contents supply 5) Cooperation with party interested individuals in using UX/UI for N-Screen, network traffic estimation may increase, customized supply smart contents for consumer in real time.

Mobile Application UI Design for TV Broadcasting Content Recommendation (TV 방송콘텐츠 추천용 모바일 어플리케이션 UI 제안)

  • Son, Hee-Jeong;Choe, Jong-Hoon
    • The Journal of the Korea Contents Association
    • /
    • v.12 no.2
    • /
    • pp.86-93
    • /
    • 2012
  • The emergence of cable TV, satellite broadcasting and IPTV provides viewers with a variety of TV programs. However, viewers' desire for watching their favorite TV program at convenient time has increased because of insufficient spare time. As an increase in smart phone market has accelerated an entry into "the age of smart network media" since 2009, mobile media suggests services connected to other digital devices. Recently, there has been growing interest in TV controling system of smart phone. Therefore, the present study aims to provide an concept of the smart phone application which recommends contents of TV program by analyzing personal watching pattern. To suggest detailed direction of the interaction and UI design, we analyzed previous research and examples of TV controlling applications and products. In addition, public opinion survey was carried out to rationalize this study and suggest suitable UI structure.

OWC based Smart TV Remote Controller Design Using Flashlight

  • Mariappan, Vinayagam;Lee, Minwoo;Choi, Byunghoon;Kim, Jooseok;Lee, Jisung;Choi, Seongjhin
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.10 no.1
    • /
    • pp.71-76
    • /
    • 2018
  • The technology convergence of television, communication, and computing devices enables the rich social and entertaining experience through Smart TV in personal living space. The powerful smart TV computing platform allows to provide various user interaction interfaces like IR remote control, web based control, body gesture based control, etc. The presently used smart TV interaction user control methods are not efficient and user-friendly to access different type of media content and services and strongly required advanced way to control and access to the smart TV with easy user interface. This paper propose the optical wireless communication (OWC) based remote controller design for Smart TV using smart device Flashlights. In this approach, the user smart device act as a remote controller with touch based interactive smart device application and transfer the user control interface data to smart TV trough Flashlight using visible light communication method. The smart TV built-in camera follows the optical camera communication (OCC) principle to decode data and control smart TV user access functions according. This proposed method is not harmful as radio frequency (RF) radiation does it on human health and very simple to use as well user does need to any gesture moves to control the smart TV.