• Title/Summary/Keyword: Dedicated Camera Application

Search Result 4, Processing Time 0.02 seconds

KPetro: An Information System for Korean Petroglyph Ruins Supporting the Dedicated Camera Application (KPetro: 전용 카메라 앱을 지원하는 한국 암각화 유적 정보 시스템)

  • Lee, Wookun;Lee, Myung-Joon
    • Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology
    • /
    • v.7 no.1
    • /
    • pp.265-276
    • /
    • 2017
  • Korean petroglyphs have been found over a lot of ruins through nation-wide regions including Daegok-ri Bangudae and Cheonjeon-ri in Ulsan. In this paper, we present an information system for Korean petroglyph ruins named KPetro which supports the dedicated camera application and the timeline service. The system provides the services for searching and updating information in various ways over the primary database constructed with the data on petroglyph ruins, which are collected by the Bangudae Petroglyph Institute. In addition, through the camera application developed for the system, users can easily add photos to the appropriate petroglyph ruin according to the GPS information of the location where those photos are taken. Also, the system provides the timeline service showing the photos for a specific petroglyph ruins in order of shooting time. To support both mobile and desktop environments, KPetro provides its functions in a web browser using the HTML5 standard technology and the JavaScript language, enabling the system to be adaptable to various user devices and extendable for its functionalities.

Design and Implementation of Finger Keyboard with Video Camera (비디오 카메라를 이용한 핑거 키보드의 설계 및 구현)

  • Hwang, Kitae
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.16 no.5
    • /
    • pp.157-163
    • /
    • 2016
  • This paper presents Finger Keyboard which detects the user's key types on a keyboard drawn on the paper using a video camera. The Finger Keyboard software was written in standard C/C++ language and thus easy to port to other computing environments. We installed a popular USB-type web camera on a Windows PC and implemented the Finger Keyboard as a Windows application which detects key typing and then injects the key code into the message queue of the Windows operating system. Also we implemented the Finger Keyboard on the Raspberry Pi 2 embedded computer with a dedicated camera and connected it to the Android device as an external keyboard through the Bluetooth. The result of experiments showed that the average ratio of recognition success is around 80% at the typing speed of 120 characters per minute.

Development of SD-OCT for Imaging the in vivo Human Tympanic Membrane

  • Cho, Nam-Hyun;Jung, Un-Sang;Kwon, Hyeong-Il;Jeong, Hyo-Sang;Kim, Jee-Hyun
    • Journal of the Optical Society of Korea
    • /
    • v.15 no.1
    • /
    • pp.74-77
    • /
    • 2011
  • We report a novel extension of 840 nm wavelength- based spectral domain optical tomography to in vivo/real-time human middle ear diagnosis. The system was designed to access the middle ear region with a specifically dedicated handheld probe. The real-time displaying feature was mandatory for in vivo imaging human subject with the handheld probe, and the system could provide about 20 frames per second for 2048 pixels by 1000 A-scans without using any graphics process units under the Labview platform. The inner ear structure of a healthy male volunteer was imaged with the developed system with the axial and lateral resolutions of $15\;{\mu}m$ and $30\;{\mu}m$, respectively. The application of the OCT technology to early diagnose otitis media(OM) is very promising and could be another extensive branch in the OCT field because it provides the depth resolved image including tympanic membrane (TM) and structures below TM whereas the conventional otoscope technique only gives asurface image of the TM.

Design and Implementation of Snapshot Startup Method for Fast Subsystem Startup (서브시스템의 빠른 구동을 위한 스냅샷 구동 기법 설계 및 구현)

  • Kim, Jun;Lee, Joonwon;Jeong, Jinkyu
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.3 no.7
    • /
    • pp.209-218
    • /
    • 2014
  • An AP that is used by smart device is going to be complicated because smart devices support diverse functions. As a result, multiple low-level IPs including a dedicated CPU are integrated in a high-level subsystem for supporting complicated function such as multimedia codec and camera. A subsystem has software that executes separately from main system, and the software needs to be initialized for every execution of the subsystem. This causes increase of the subsystem startup time so it should be improved because startup time of subsystem affects launching time of application. Methods in applied to computer system for fast startup also could be applied to fast startup of subsystem because subsystem is similar with computer system. In this paper, we apply snapshot method that is used in computer system to subsystem and analyzes the pros and cons. And snapshot method could not be applied to register of IP without modification because register of IP offers restricted read and write. So this paper suggests technique that applying snapshot to each characteristic of register.