No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Proposed0Votes
Kinect SDK 1.7 - Face Tracking Basics-WPF
Hello everyone! I am working with Face Tracking Basics-WPF in order to get the 3D mask that has coordinates for my study. But when I run the program that ...2 Replies | 48 Views | Created by aida_36 - 21 hours 34 minutes ago | Last reply by aida_36 - 2 hours 40 minutes ago -
Discussion0Votes
Scale Hand with cursor (Kinect)
How can I make moving the cursor (hand) scale differentiated? Just like the xbox dashboard. ex: to move a little hand have a big move the cursor ...1 Replies | 119 Views | Created by Caio Sanchez - Thursday, September 12, 2013 3:04 PM | Last reply by Carmine Si - MSFT - Friday, September 13, 2013 5:25 PM -
Answered0Votes
Kinect - Count the frequency of blink
Hi there I adapted the FaceTrackingBasics, a Kinect SDK example, to recognize if the user blinks. My project could detect user's blink successfully, and I tried ...2 Replies | 304 Views | Created by TPKaren - Monday, July 15, 2013 6:49 AM | Last reply by pricilia - Thursday, September 12, 2013 3:23 PM -
Unanswered0Votes
face recognition aligning/mapping with Kinect calibration values or custom function
Following up for more details on the alignment of Color to Depth data for facetracking. I originally posed on the following 2012 thread but it seems dead for ...7 Replies | 157 Views | Created by Dale Phurrough - Thursday, August 29, 2013 7:17 PM | Last reply by Carmine Si - MSFT - Monday, September 09, 2013 6:24 PM -
Proposed0Votes
Kinect capture result face only
Hello... i'm developing software face recognition using Kinect and c# wpf My problem is when i take a capture, it's show all part of my windows because ...2 Replies | 173 Views | Created by volance - Friday, August 30, 2013 2:15 PM | Last reply by Carmine Si - MSFT - Wednesday, September 04, 2013 9:38 PM -
Answered0Votes
Missing AUs: FaceModel->GetAUCount() wants 8, FTResult->GetAUCoefficients() provides only 6
GetAUCoefficients() provides only 6 AUs When I query FaceModel->GetAUCount() to get the number used/needed in the model, the result is 8 So...what do I do ...7 Replies | 142 Views | Created by Dale Phurrough - Monday, August 19, 2013 4:23 PM | Last reply by Carmine Si - MSFT - Wednesday, September 04, 2013 8:36 PM -
Answered0Votes
Face tracker fails to initialize
Initialize( &colorConfig, pDepthConfig, NULL, NULL); hr is "0x8007002 The system cannot find the file specified" The Kinect sensor is turned on and ...10 Replies | 4629 Views | Created by stereosphere - Wednesday, May 23, 2012 11:48 PM | Last reply by Palash Goyal - Friday, August 30, 2013 7:34 AM -
Unanswered0Votes
extra 15 bytes in IFTImage::GetBufferSize Method
Be aware that in SDK v1.7 (untested for earlier SDKs), an extra 15 bytes are usually returned by IFTImage GetBufferSize(). GetWidth(), GetHeight(), and GetStride() all match ... -
Answered1Votes
Facetrack only support depth + player index FTIMAGEFORMAT_UINT16_D13P3?
Hi. By trial and error, my results suggest that the Facetracking features of SDK v1.7 only work if you feed it a depthmap + playerindex via FTIMAGEFORMAT_UINT16_D13P3. Is this ...6 Replies | 135 Views | Created by Dale Phurrough - Saturday, August 24, 2013 1:43 AM | Last reply by Dale Phurrough - Thursday, August 29, 2013 12:01 AM -
Proposed0Votes
C++ Color Basics works but C# Color Basics does not.
I am running 1.7 SDK on a Win 7 64 machine. I tried to run the sample code in both c++ and C#, the C# sample loads and just displays a black image and never changes but the c++ code works just ...4 Replies | 157 Views | Created by cantfindunusedname - Wednesday, August 21, 2013 6:26 PM | Last reply by Carmine Si - MSFT - Monday, August 26, 2013 9:56 PM -
Proposed1Votes
ContinueTracking() fails on slow face movement
Hi, the problem we are facing right now can be best reproduced as follows: - use the FaceTrackingVisualization C++ sample - ...5 Replies | 188 Views | Created by Xcessity - Monday, August 05, 2013 3:26 PM | Last reply by Carmine Si - MSFT - Monday, August 26, 2013 8:55 PM -
Proposed0Votes
Kinect problem when deploying as x86 using the FaceTracker3d application.
I am trying to deploy a project that has to run in x86 mode due to other peripherals. VS2010 works just fine when I debug the app but when I deploy and install it the app crashes. I can ...5 Replies | 160 Views | Created by cantfindunusedname - Thursday, August 15, 2013 7:22 PM | Last reply by cantfindunusedname - Tuesday, August 20, 2013 4:37 PM -
Answered0Votes
HD image for face recognition
Attach( 1280, 1024, pColorBuffer, FTIMAGEFORMAT_UINT8_B8G8R8X8, 5120 ); and then FT_SENSOR_DATA sensorData( m_pColorIFTImg, m_pDepthIFTImg ); ...2 Replies | 2906 Views | Created by stereosphere - Monday, June 04, 2012 5:22 PM | Last reply by Dale Phurrough - Thursday, August 15, 2013 1:12 AM -
Answered0Votes
C# Automatic Capture Button and how to show capture result
Hello... i'm developing face tracking with kinect in c# visual studio 2012.. my problem is ... 1. I want to capture some kind of pose when i ...2 Replies | 195 Views | Created by volance - Tuesday, August 13, 2013 2:14 PM | Last reply by Carmine Si - MSFT - Wednesday, August 14, 2013 5:10 PM -
Answered0Votes
unresolved external symbol _IID_IFTImage (error LNK2001)
I am implementing the IFTImage interface; creating a class which add in YUV support and then uses the sdk's implementation to do most of the work. When I write the code for the ...11 Replies | 168 Views | Created by Dale Phurrough - Wednesday, August 07, 2013 10:28 AM | Last reply by Carmine Si - MSFT - Friday, August 09, 2013 8:01 PM -
Proposed1Votes
Problems with the region of interest Kinect SDK 1.7
Hello, I'm trying to track a face in kinect SDK 1.7 without tracking a Skeleton, I read a post in which the autor changes some code in Microsoft.Kinect.Toolkit.FaceTracker sample in ...16 Replies | 519 Views | Created by AleDonzok - Wednesday, July 17, 2013 9:17 AM | Last reply by Carmine Si - MSFT - Friday, August 02, 2013 5:50 PM -
Unanswered0Votes
Simplest Head Pose code
Hi, I am interested in writing a program in order to get the data from IFTResult::Get3DPose and print it to the console, specifically x, y, and z as well as roll, pitch, and ...7 Replies | 1843 Views | Created by PorkPie - Tuesday, November 27, 2012 9:50 PM | Last reply by volance - Thursday, August 01, 2013 1:42 PM -
Proposed0Votes
About skeletons (sideways)
Hi people! I'm building one project academic where is using the kinect with interface tool The project has goal to read one skeleton ...1 Replies | 255 Views | Created by Caio Sanchez - Monday, July 22, 2013 2:37 PM | Last reply by Carmine Si - MSFT - Tuesday, July 23, 2013 12:20 AM -
Answered2Votes
problem with kinect code
using System; using System.Collections.Generic; using ...9 Replies | 324 Views | Created by dimis901 - Saturday, July 13, 2013 4:10 PM | Last reply by dimis901 - Thursday, July 18, 2013 7:00 PM -
Proposed1Votes
Face tracking on a non UI thread
Hi, I am able to track the face when using all the streams (color,depth,skeleton) on the main UI thread. But when I wish to do all the kinect processing on a separate thread, which ...3 Replies | 1413 Views | Created by hexapod - Monday, November 05, 2012 11:51 AM | Last reply by Vincent GUIGUI - Thursday, July 18, 2013 11:54 AM - Items 1 to 20 of 113 Next ›