EP2069883A1 - Parallele zeitliche synchronisation von miteinander verschleiften zirkulären verketteten indices - Google Patents

Parallele zeitliche synchronisation von miteinander verschleiften zirkulären verketteten indices

Info

Publication number
EP2069883A1
EP2069883A1 EP06814225A EP06814225A EP2069883A1 EP 2069883 A1 EP2069883 A1 EP 2069883A1 EP 06814225 A EP06814225 A EP 06814225A EP 06814225 A EP06814225 A EP 06814225A EP 2069883 A1 EP2069883 A1 EP 2069883A1
Authority
EP
European Patent Office
Prior art keywords
current position
subset
data sets
reverse
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP06814225A
Other languages
English (en)
French (fr)
Other versions
EP2069883A4 (de
Inventor
Ken Launais
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Publication of EP2069883A1 publication Critical patent/EP2069883A1/de
Publication of EP2069883A4 publication Critical patent/EP2069883A4/de
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Definitions

  • This invention relates to the use of specially structured list indexes to enable a computer program to access data located on computer servers or on a local computer disk in order to present the data in a manner which is compatible or consistent with a specific visual interface.
  • U.S. Patent No. 6,198,483 describes a Motion User Interface (MUI) with a data viewing terminal for displaying graphical indices pointing to elements of a database of information that displays the graphical indices as images moving across a viewing screen.
  • the screen is divided into viewing segments, each of which displays graphical indices in motion in a direction predetermined for that segment where the information in at least one pair of adjacent viewing segment moves in anti-parallel directions.
  • U.S. Patent No. 6,198,483 does not guaranty a continuous progression flow of image sequences along with real-time accurate mapping of image positions to offset current computer memory limitations.
  • the present invention addresses such a need.
  • a buffer memory needs to be filled with a considerable amount of data (images, text or combination of both).
  • the buffer needs to distribute the data to a list index.
  • the distribution method is unique and was invented solely for the purpose of feeding the MUI. The result was a specially structured list index which, by its own merit is a unique invention.
  • the invention was made necessary because the MUI allows users to navigate backward or forward very quickly through two or more segments of graphical indices in motion.
  • the MUI's resulting visual cognitive effects can only be achieved if users are able to navigate via a continuous progression flow of image sequences. This requirement prohibits the introduction of regularly short interval based interruptions in the display of the image sequences caused by computer memory limitations in the viewing segments. Due to current physical limitations of computer memory (RAM), interruptions do in fact occur, but need to be interspaced at humanly acceptable time intervals (For example interruptions may occur every 20 seconds minimum but not every 2 to 10 seconds. Note that 20 seconds feels like an eternity compared to 2-10 seconds). To achieve this, image sequences need to be broken down into manageable inter-parsed subsequences. A good analogy would be to think of the image sequence as made up of a set of feed cartridges where each sub-sequence is equivalent to a single cartridge.
  • both segments start from adjacent numbered position.
  • a right and left channel images are distributed evenly to both channels (the viewing segments) with even numbered images on the left and odd numbered images on the right.
  • the list index would therefore start with images 01-03-05-07 etc. on the left side and 02-04-06-08 etc. on the right side.
  • the present invention is a computer list index structure made necessary by the unique attributes of the prior art MUI, which enables users to navigate through two channels of information in parallel, coupled with current computer memory limitations.
  • image and textual information has been presented to users on computer screens statically (except for real-life motion video which is displayed at rates of 24 and 30 fps) and through a flat 2D format presentation that reproduces the page metaphor.
  • the differentiator with prior art MUI # 6,198,483 is the juxtaposition of viewing segments that seemingly stream in parallel while in real geometrical terms, are moving in anti-parallel directions.
  • To work # 6,198,483 requires a specialized list index architecture that can facilitate the desired cognitive effects.
  • a General Index representation of the images is created that serially lists images 001-800.
  • the General Mass Index is created at the buffer level and is the feed source for a sub-index, the Local Channel Index
  • a local channel index is created for each of the two viewing segments, referred to as Channels.
  • the Local Left Channel Index lists odd numbered images 001-799 (001...075...799) as a circular representation where image numbers are daisy chained starting at point 001 followed by 003 all the way to 799, with 799 intersecting start point 001 so that a forward motion in the viewing segments is made possible by simply feeding images 001-799 in ascending order and a backward motion is equally possible by feeding in a counter-clockwise descending order 799-001.
  • each Channel is represented by half the total number of the General Mass Index, in this case 400 images is the number assigned to each Local Channel Indexes.
  • Fig. 1 illustrates the Circular Chained Index as a schematic. 3. Feed Cartridge
  • the buffer will actually hold only a portion of the 800 images to create the continuous progression flow of image sequence. This portion is the data in the buffer of the MUI application that is made available to a "Feed Cartridge". Buffers are usually case sensitive depending on the amount of RAM available on any given computer so that a computer with 1024 MB RAM can hold a greater buffer at any time than say a computer with 256 MB RAM.
  • a final element is needed for both the continuous progression flow and accurate real-time mapping mechanisms to work as a single system.
  • a Register (See Fig 1.) is required to track image positions in both ascending and descending orders. By continuously keeping a tally and updating the ascending/descending positions of images, users can move forward or backward accurately in the List Channel Indexes.
  • first subset's current position and a second subset's current position may move independently in different directions or at different speeds.
  • each Circular Running Chained Index is designed to run independently of the other so that users may control each viewing segments in Desynchronized mode or in Synchronized.
  • the Circular Running Chained Indexes are interconnected since each is a representation of half of the General Mass Index, making them interdependent. The result is therefore a novel computer list index architecture that is best described as a Parallel Temporally Synchronized Inter-Looping Circular Chained List Indexes.
  • both viewing segments may be moving at different speed and in opposite direction while displaying data from a single source.
  • De/Synchronized Single Source Data Mode and De/Synchronized Dual Source Data Mode is the division of the Mass General Index into two separate units. When this occurs, both odd and even numbered images are distributed from different data sources (different content) to each Mass General Index units as 01-02- 03-04-05. Note that both viewing segments can still be navigated simultaneously in Synchronized Mode or in Desynchronized Mode (See Fig. 3).
EP06814225A 2006-09-06 2006-09-06 Parallele zeitliche synchronisation von miteinander verschleiften zirkulären verketteten indices Withdrawn EP2069883A4 (de)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2006/034691 WO2008030236A1 (en) 2006-09-06 2006-09-06 Parallel temporal synchronization of inter-looping circular chained indexes

Publications (2)

Publication Number Publication Date
EP2069883A1 true EP2069883A1 (de) 2009-06-17
EP2069883A4 EP2069883A4 (de) 2010-03-03

Family

ID=39157536

Family Applications (1)

Application Number Title Priority Date Filing Date
EP06814225A Withdrawn EP2069883A4 (de) 2006-09-06 2006-09-06 Parallele zeitliche synchronisation von miteinander verschleiften zirkulären verketteten indices

Country Status (2)

Country Link
EP (1) EP2069883A4 (de)
WO (1) WO2008030236A1 (de)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020146233A1 (en) * 1998-07-30 2002-10-10 Barton James M. Multimedia time warping system
US20030043206A1 (en) * 2001-09-06 2003-03-06 Matias Duarte Loop menu navigation apparatus and method
US20060048076A1 (en) * 2004-08-31 2006-03-02 Microsoft Corporation User Interface having a carousel view

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3245655B2 (ja) * 1990-03-05 2002-01-15 インキサイト ソフトウェア インコーポレイテッド 作業スペースの表示処理方法
US5499330A (en) * 1993-09-17 1996-03-12 Digital Equipment Corp. Document display system for organizing and displaying documents as screen objects organized along strand paths
JP3697276B2 (ja) * 1993-10-27 2005-09-21 ゼロックス コーポレイション 画像ディスプレイ方法及び画像ディスプレイ装置並びに画像スケーリング方法
US5717914A (en) * 1995-09-15 1998-02-10 Infonautics Corporation Method for categorizing documents into subjects using relevance normalization for documents retrieved from an information retrieval system in response to a query

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020146233A1 (en) * 1998-07-30 2002-10-10 Barton James M. Multimedia time warping system
US20030043206A1 (en) * 2001-09-06 2003-03-06 Matias Duarte Loop menu navigation apparatus and method
US20060048076A1 (en) * 2004-08-31 2006-03-02 Microsoft Corporation User Interface having a carousel view

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of WO2008030236A1 *

Also Published As

Publication number Publication date
EP2069883A4 (de) 2010-03-03
WO2008030236A1 (en) 2008-03-13

Similar Documents

Publication Publication Date Title
US11481977B1 (en) Automatically generating panorama tours
KR102654959B1 (ko) 콘텐츠 재생 방법 및 이를 수행하는 전자 기기
CN105765990B (zh) 通过分布式网络分布视频内容的方法、系统及计算机介质
US9699488B2 (en) Smart snap to interesting points in media content
CN102572370B (zh) 视频会议的控制方法和会议终端
US9477380B2 (en) Systems and methods for creating and sharing nonlinear slide-based mutlimedia presentations and visual discussions comprising complex story paths and dynamic slide objects
US10770113B2 (en) Methods and system for customizing immersive media content
US20210019040A1 (en) Customizing Immersive Media Content with Embedded Discoverable Elements
CN111327940B (zh) 一种视频播放方法、装置及系统
CN101681665A (zh) 视频段的快速创建
US20070276910A1 (en) Conferencing system with desktop sharing
US20110271227A1 (en) Zoom display navigation
US8495492B2 (en) Distributed interactive augmentation of display output
US10678394B2 (en) System and method to composita ZUI motion picture presentation and physical scene motion picture presentation
JP2002185917A (ja) ビデオデータを提供する方法およびビデオインデックス付けのためのデバイス
US20200364673A1 (en) Real Time Collaboration in Calendar
US20200366972A1 (en) Synchronized video annotation and control system for sexual stimulation devices
CN107079199A (zh) 点播视频新闻节目
CN110324672A (zh) 一种视频数据处理方法、装置、系统及介质
CN107736033A (zh) 用于交互式视频体验的分层交互式视频平台
US20210258643A1 (en) Method, apparatus, and non-transitory computer readable record medium for providing content based on user reaction related to video
US10972753B1 (en) Versatile tile coding for multi-view video streaming
EP2069883A1 (de) Parallele zeitliche synchronisation von miteinander verschleiften zirkulären verketteten indices
US7840908B2 (en) High resolution display of large electronically stored or communicated images with real time roaming
US7701468B2 (en) Mechanism and apparatus for construction of modular-based interactive programming guides and TV portals

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20090401

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU LV MC NL PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA HR MK RS

A4 Supplementary search report drawn up and despatched

Effective date: 20100129

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 3/048 20060101ALI20100125BHEP

Ipc: G06F 3/14 20060101ALI20100125BHEP

Ipc: G06F 7/00 20060101ALI20100125BHEP

Ipc: G06F 3/00 20060101AFI20080407BHEP

PUAJ Public notification under rule 129 epc

Free format text: ORIGINAL CODE: 0009425

32PN Public notification

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1099 DATED 14/07/2010)

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20100427