Skip to main content

Kinect for Windows: Update 1.5 Released

Microsoft today updated to version 1.5 of the Kinect for Windows runtime and SDK, and made Kinect for Windows hardware additionally available in Hong Kong, South Korea, Singapore, and Taiwan. The company says that additional countries will be added in June, which include Austria, Belgium, Brazil, Denmark, Finland, India, the Netherlands, Norway, Portugal, Russia, Saudi Arabia, South Africa, Sweden, Switzerland and the United Arab Emirates. The current price of Kinect for Windows is $249 .

The updated release adds several capabilities intended to help developers use the Kinect sensor in new and intriguing ways.




Kinect Studio, which allows developers to record and play back Kinect data, dramatically shortening and simplifying the development lifecycle of a Kinect application. Now a developer writing a Kinect for Windows application can record clips of users in the application’s target environment and then replay those clips at a later time for testing and further development.

The Face Tracking SDK, which provides a real-time 3D mesh of facial features—tracking the head position, location of eyebrows, shape of the mouth, etc.

Seated Skeletal Tracking, meanwhile, "tracks a 10-joint head/shoulders/arms skeleton, ignoring the leg and hip joints." It's not restricted to seating positions, which Microsoft said will allow developers to create seating-optimized apps (such as office work with productivity software or interacting with 3D data) or standing apps that only focus on the upper body (such as interacting with a kiosk or when navigating through MRI data in an operating room).

New capabilities to enable avatar animation scenarios, which makes it easier for developers to build applications that control a 3D avatar, such as Kinect Sports. 

Skeletal Tracking is supported in Near Mode, including both Default and Seated tracking modes, which allows businesses and developers to create applications that track skeletal movement at closer proximity, like when the end user is sitting at a desk or needs to stand close to an interactive display.

Microsoft has improved the performance and data quality enhancements, to improve the experience of all Kinect for Windows applications using the RGB camera or needing RGB and depth data to be mapped together (like Green screen applications).

Finally, Microsoft has also updated guidelines for natural user interface development, and significant additions to sample code and SDK documentation and added new language support for speech recognition: French, Spanish, Italian, and Japanese. There are also new language packs that help distinguish the way a language is spoken in different regions.

Get our regular updates in Google Currents for Android or iOS platforms click here or scan QR code below.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next