Skip to main content

HP tries something new with 3D scanning computer

(Reuters) - Hewlett-Packard Co has taken a modest step toward re-imagining the venerable personal computer, merging a 3D scanner and projector with an all-in-one PC to create a $1,899 ensemble it hopes can rekindle industry interest.

The new desktop computer, called Sprout, goes on sale online Wednesday.
In a departure for the company, HP also announced it will begin to share the 3D printing technology it has been developing for years.
The technique, which the company claims can print 10 times faster and much cheaper than current products, will be shared with select manufacturing and technology partners to garner feedback before a tentative 2016 launch.
Like many of its rivals, HP is struggling with a stagnant personal computer business that still makes up half its revenue. HP hopes a new take on the old PC can re-ignite customer interest, though it is careful to play down expectations. Several industrywide attempts to revive the market, such as ultrathin laptops and all-in-ones, initially failed to catch on.
Sprout sits atop Microsoft's Windows 8 and can be wielded via a sensor-laden mat on the desktop akin to a giant mousepad. HP is betting that users prefer touch controls at desk-level rather than onscreen.
Its biggest departure from the traditional computer is a display-mounted 3D scanner and projector that creates a digital image of objects placed on the mat. It also projects images onto the desktop, which a user can edit by touch.
HP executives demonstrated how various items from pens and cups to figurines and pictures can be scanned, tacked onto existing images or video, edited then emailed or shared through social media.
Eric Monsef, who heads the project for HP, said the initial production run will be modest but can be scaled up if needed. The key is to attract developers for a new Sprout marketplace or apps store, for specifically designed software that can to take advantage of 3D capabilities.
It will come with apps from Dreamworks Animation, Skype and Evernote, among others.
"It's about getting people excited again," Monself said in an interview. The hope is that Sprout will entice more developers as time goes by, who will in turn devise novel ways to make use of the technology, he said. "Day of launch, we're not even at the halfway point of our work."
HP's anticipated entry into 3D printing, however, will not come until 2016, after a process of feedback and refinement is completed.
The company calls its technique "multi jet fusion" because it employs a series of printing jets spraying multiple chemical agents simultaneously. It also claims it is cheaper than other commercially available technologies.
"We've been working for a number of years already. We have patents going back more than 10 years," said project chief Ramon Pastor. "We didn't want to introduce a product that wasn't a breakthrough."




Comments

Popular posts from this blog

The First Generation of Computer

The history of computing hardware covers the developments from simple devices to aid calculation, to mechanical calculators, punched card data processing and on to modern stored-program computers . Before the 20th century, most calculations were done by humans. Early mechanical tools to help humans with digital calculations were called "calculating machines", by proprietary names, or even as they are now, calculators . The machine operator was called the computer. The first aids to computation were purely mechanical devices which required the operator to set up the initial values of an elementary arithmetic operation, then manipulate the device to obtain the result. The slide rule and, later, analog computers represented numbers in a continuous form, for instance distance along a scale, rotation of a shaft, or a voltage. Numbers could also be represented in the form of digits, automatically manipulated by a mechanical mechanism. Although this approach generall...

About Write Only Memory

In information technology, a write-only memory ( WOM ) is a memory location or register that can be written to but not read. In addition to its literal meaning, the term may be applied to a situation when the data written by one circuit can be read only by other circuitry. The most common occurrence of the latter situation is when a processor writes data to a write-only register of hardware the processor is controlling. The hardware can read the instruction but the processor cannot. This can lead to problems in producing device drivers for the hardware. Write-only memories also find applications in security and cryptography as a means of preventing data being intercepted as it is being decrypted. Hardware uses In 1972, WOM, an antithesis of read-only memory (ROM), was introduced as an inside practical joke perpetrated by Signetics. [ 1 ] However it was soon recognized that this concept actually describes certain functionalities in microprocessor systems. [ 2 ] The...

Make Software With Notepad

Do You Want To Make Software ?? But For This You have to Know Computer Programming Language  In this post i will guide you How to make a software without any programming skills , just from Notepad . Ever Wanted To Make A software through Notepad Then Follow This Steps- 1. Open Notepad . 2. Copy and paste the below mentioned code : Dim msg, sapi msg=InputBox("Enter your text for conversion–www.sonuandtechnology.blogspot.com","Sonuandtechnology Text-To-Audio Converter") Set sapi=CreateObject("sapi.spvoice") sapi.Speak msg 3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs It will look like this  Then Open It by double clicking it What To Do With The Software?? You Can Convert Text To Audio With This Software Whatever you write in the text box , system will change that into a audio So enjoy the post and subscribe to be updated.....