Skip to main content

Epic Games buys UK facial mapping startup Cubic Motion

Epic Games announced today that it’s buying Cubic Motion, a computer vision startup that’s been building out a platform for capturing more realistic facial animations with a complex camera rig and software platform.

The game studio behind Fortnite and the Unreal Engine has already done plenty of work with the UK-based startup, creating a number of tech demos over the past several years that have centered on translating an actor’s facial movements to a digital character in real-time. The startup’s Persona product which launched last year bundles both its software and motion capture hardware rig.

Cubic Motion’s technology has been used in recent blockbuster gaming titles like Sony Interactive Entertainment’s God of War and Insomniac Games’ Marvel’s Spider-Man.

The startup raised just over $22 million in funding from NorthEdge Capital. Terms of the deal weren’t disclosed. The startup will continue serving existing customers while also accelerating integrations between the company’s tech and Unreal Engine, the companies said in a press release.

While Epic Games and competitor Unity continue to court large game developers, acquisitions like this signify hopes that the real-time game engines will infiltrate industries outside gaming more deeply. This acquisition will undoubtedly be helpful for helping higher budget game studios craft intricate cut scenes but the integration will likely also serve to court more attention from movie studios interested in bringing real-time rendering into their workflows.

Last year, Epic acquired game studio 3Lateral which built more realistic human avatars. That, partnered with this latest acquisition certainly suggests that Epic sees more realism in human characters and avatars as a category worth investing with.



from TechCrunch https://ift.tt/3cTrCRX

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...