Skip to main content

Google Project Glass or Google Goggles


Google’s much-awaited video glasses are apparently under development. For a long time, we have been listening to rumors about Google’s plans to launch special video glasses merging all features of a smartphone. Recently, guys at Google’s famous hush-hush lab Google X have surfaced as a set of images and a video clip on the proposed Google Glasses. They introduce themselves as members of Google X- Project Glass, which is meant to build a kind of technology that will let users explore and share a new world. The Google glasses may open up a new horizon of opportunities just in front of the users’ eyes. Here we go through some potential features of Google Glass, which are compiled based on the video clip and images from the Google X team. 

To make calls, send texts, and surf the web: Well, Google Glasses may likely come as a complete replacement for modern-day smartphones. Maybe, it will take time for the realization of the glasses. Yes, there will be advanced options for users to make calls, send texts and even surf the web on the glasses. Wearing a pair of transparent glasses, users can stay accessed to a world of interaction and knowledge.
 
Sound recognition: Of course, a Siri-like sound recognition app will be the flagship feature of Google Glasses. Users won’t have to press many more buttons or lay fingers on a touchscreen to control the device. Everything will take place as the user just tells the device to do some actions. You can just tell the glassless to make a call, send a text or search the web on a keyword and like that. The video clip from the Google X team clearly testifies the glasses’ sound recognition capability. 

Location navigation: There would be no better interface than a pair of glasses for location navigation. On request, the glasses may possibly show Google Map with direction towards your destination. It is quite simple for the user to make out the location and walk ahead to the pursuit as the map is shown that much near to the eyes.

To set reminders: The glasses can remind a user of a meeting or an engagement much effectively. Reminder on a smartphone, which you keep in your trouser’s pocket, may sometimes go without required attention. But, when the glasses in front of your eyes tell you of a function or event, chances are high that you will not forget it. 

Video chatting: There will also be a video chatting facility. Imagine making a video chatting with your friends while walking in a street. Won’t it be an incredible experience for you? 

To capture photos: The video clip from the Google X team shows that the glasses are capable of grabbing images as well. 

Comments

Popular Posts

How to install draw.io Desktop Application on Kali Linux?

draw.io is an online diagramming open source web application which can be used as flowchart maker, network diagram software, ER diagram tool, UML diagramand more. It can be freely accessible website of draw.io or official Docker image or Desktop version for macOS, Linux & Windows. This guide includes detailed instructions about Desktop version installation on Kali Linux. Download the .deb build for draw.io sudo apt update sudo apt -y install wget curl curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.deb' | cut -d '"' -f 4 | wget -i - Install with dpkg command sudo apt -f install ./drawio-amd64-*.de When application is installed, launch the application with following command. drawio Now application is ready to use. Click on " Create New Diagram"  to create new project or click on " Open Existing Diagram " to edit. ...

What is Honeypot?

A  honeypot is a security mechanism that creates a virtual trap to lure attackers. Simply we can say that this is a  decoy box residing inside your network demilitarized zone  (DMZ), set up by a security professional to trap or aid in locating hackers, or to draw them  away from the real target system. Since this a  decoy system , a malicious attacker might try to attack; software on  the system can log information about the attacker such as the IP address. This information  can be used to try to locate the attacker either during or after the attack. Honeypots vary based on design and deployment models, but they are all decoys intended to look like legitimate, vulnerable systems to attract cyber criminals. Type of Honeypot Production Honeypot : Used by companies and corporations for the purpose of researching the motives hackers as well ass diverting and mitigating the risk of attacks on the overall network. Research Honeypot : Used by nonprofit organi...

How to install Oracle Virtualbox in Ubuntu?

Introduction VirtualBox is a powerful free tool offered by Oracle for running an operating system on your computer virtually. In this tutorial lets learn how to install VirtualBox on Ubuntu. Installation 1. Open a terminal or press Ctrl + Alt +T 2. Enter the following command to all the packages or dependencies.      sudo apt-get update ( make sure to give the root password) 3. Run the following command to download and install Virtualbox     sudo apt-get install vrtualbox virtualbox-ext-pack That's all! VirtualBox has been successfully installed on your Ubuntu machine, and you can start using it.