ArticleslgStudy

computer science

Head-mounted display

Head-mounted display is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Head-mounted display rather than just read about it. In short: A head-mounted display (HMD) is a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD). HMDs have many uses including gaming, aviation, engineering, and medicine.

Head-mounted display — main illustration
Head-mounted display — illustration

Key takeaways

  • Head-mounted display belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Head-mounted display to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Head-mounted display from memory before moving on to harder problems.

Reference excerpt

A head-mounted display (HMD) is a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD). HMDs have many uses including gaming, aviation, engineering, and medicine. Virtual reality headsets are a type of HMD that track 3D position and rotation to provide a virtual environment to the user. 3DOF VR headsets typically use an IMU for tracking. 6DOF VR headsets typically use sensor fusion from multiple data sources including at least one IMU. An optical head-mounted display (OHMD) is a wearable display that can reflect projected images and allows a user to see through it.

Overview

A typical HMD has one or two small displays, with lenses and semi-transparent mirrors embedded in eyeglasses (also termed data glasses), a visor, or a helmet. The display units are miniaturized and may include cathode-ray tubes (CRT), liquid-crystal displays (LCDs), liquid crystal on silicon (LCoS), or organic light-emitting diodes (OLED). Some vendors employ multiple micro-displays to increase total resolution and field of view. HMDs differ in whether they can display only computer-generated imagery (CGI), or only live imagery from the physical world, or combination. Most HMDs can display only a computer-generated image, sometimes referred to as virtual image. Some HMDs can allow a CGI to be superimposed on real-world view. This is sometimes referred to as augmented reality (AR) or mixed reality (MR). Combining real-world view with CGI can be done by projecting the CGI through a partially reflective mirror and viewing the real world directly. This method is often called optical see-through. Combining real-world view with CGI can also be done electronically by accepting video from a camera and mixing it electronically with CGI. By using AR technology, the HMDs are allowed to achieve a see-through display. By using virtual reality (VR) technology, the HMDs can realize viewing the images in 360 degrees.

Optical HMD An optical head-mounted display uses an optical mixer which is made of partly silvered mirrors. It can reflect artificial images, and let real images cross the lens, and let a user look through it. Various methods have existed for see-through HMD's, most of which can be summarized into two main families based on curved mirrors or waveguides. Curved mirrors have been used by Laster Technologies, and by Vuzix in their Star 1200 product. Various waveguide methods have existed for years. These include diffraction optics, holographic optics, polarized optics, and reflective optics.

Applications Major HMD applications include military, government (fire, police, etc.), and civilian-commercial (medicine, video gaming, sports, etc.).

Aviation and tactical, ground

In 1962, Hughes Aircraft Company revealed the Electrocular, a compact CRT (7" long), head-mounted monocular display that reflected a TV signal in to transparent eyepiece. Ruggedized HMDs are increasingly being integrated into the cockpits of modern helicopters and fighter aircraft. These are usually fully integrated with the pilot's flying helmet and may include protective visors, night vision devices, and displays of other symbology. Military, police, and firefighters use HMDs to display tactical information such as maps or thermal imaging data while viewing a real scene. Recent applications have included the use of HMD for paratroopers. In 2005, the Liteye HMD was introduced for ground combat troops as a rugged, waterproof lightweight display that clips into a standard U.S. PVS-14 military helmet mount. The self-contained color monocular organic light-emitting diode (OLED) display replaces the NVG tube and connects to a mobile computing device. The LE has see-through ability and can be used as a standard HMD or for augmented reality applications. The design is optimized to provide high definition data under all lighting conditions, in covered or see-through modes of operation. The LE has a low power consumption, operating on four AA batteries for 35 hours or receiving power via standard Universal Serial Bus (USB) connection. The Defense Advanced Research Projects Agency (DARPA) continues to fund research in augmented reality HMDs as part of the Persistent Close Air Support (PCAS) Program. Vuzix is currently working on a system for PCAS that will use holographic waveguides to produce see-through augmented reality glasses that are only a few millimeters thick.

Engineering Engineers and scientists use HMDs to provide stereoscopic views of computer-aided design (CAD) schematics. Virtual reality, when applied to engineering and design, is a key factor in integration of the human in the design. By enabling engineers to interact with their designs in full life-size scale, products can be validated for issues that may not have been visible until physical prototyping. The use of HMDs for VR is seen as supplemental to the conventional use of CAVE for VR simulation. HMDs are predominantly used for single-person interaction with the design, while CAVEs allow for more collaborative virtual reality sessions. Head Mounted Display systems are also used in the maintenance of complex systems, as they can give a technician a simulated x-ray vision by combining computer graphics such as system diagrams and imagery with the technician's natural vision (augmented or modified reality).

Medicine and research There are also applications in surgery, wherein a combination of radiographic data (X-ray computed tomography (CAT) scans, and magnetic resonance imaging (MRI) imaging) is combined with the surgeon's natural view of the operation, and anesthesia, where the patient vital signs are within the anesthesiologist's field of view at all times. Research universities often use HMDs to conduct studies related to vision, balance, cognition and neuroscience. As of 2010, the use of predictive visual tracking measurement to identify mild traumatic brain injury was being studied. In visual tracking tests, a HMD unit with eye tracking ability shows an object moving in a regular pattern. People without brain injury are able to track the moving object with smooth pursuit eye movements and correct trajectory.

Gaming and video

… excerpt ends here. Continue reading the full article.

Illustrations

Head-mounted display: British Army Reserve soldier wearing a Samsung Gear VR virtual reality headset
British Army Reserve soldier wearing a Samsung Gear VR virtual reality headset
Head-mounted display: An eye tracking HMD with LED illuminators and cameras to measure eye movements
An eye tracking HMD with LED illuminators and cameras to measure eye movements
Head-mounted display: U.S. Air Force flight equipment technician testing a Scorpion helmet mounted integrated targeting system
U.S. Air Force flight equipment technician testing a Scorpion helmet mounted integrated targeting system
Head-mounted display: Headset computer concept
Headset computer concept
Head-mounted display: Drone racer wearing FPV goggles
Drone racer wearing FPV goggles

Worked examples

Example 1 — a first encounter with Head-mounted display

Start with the simplest possible case. Write down what Head-mounted display claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Head-mounted display before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Head-mounted display ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Head-mounted display

In research
Head-mounted display appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Head-mounted display in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Head-mounted display is common in secondary-school and first-year university syllabi. It links to neighbouring topics Display technology, Head-mounted displays, Mixed reality, so understanding it makes those chapters shorter.
In everyday life
Look for Head-mounted display outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Head-mounted display in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Head-mounted display means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Head-mounted display out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Head-mounted display in simple terms?

A head-mounted display (HMD) is a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD). HMDs have many uses including gaming, aviation, engineering, and medicine.

Why does Head-mounted display matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Head-mounted display?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Head-mounted display.

Tags

  • Display technology
  • Head-mounted displays
  • Mixed reality
  • Multimodal interaction
  • Virtual reality
  • Wearable computers

Keep exploring